diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..9965a34 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a86f4..9af6858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.3.0](https://github.com/deployhq/deployhq-lib/compare/v2.2.0...v2.3.0) (2025-11-13) + + +### Features + +* Add test infrastructure with multi-version Ruby support ([9c16d4c](https://github.com/deployhq/deployhq-lib/commit/9c16d4c2fae7e9782f6e96f338b29d6801b8edd1)) +* Add test infrastructure with multi-version Ruby support ([232e569](https://github.com/deployhq/deployhq-lib/commit/232e569527d46f3859866d6eacefcc9658c9778d)) + + +### Bug Fixes + +* Add flush before rewind in Tempfile tests ([4c31ad3](https://github.com/deployhq/deployhq-lib/commit/4c31ad316e8affb7d4119db3b85b645ad9dc398a)) + + +### Miscellaneous Chores + +* Switch test framework from Minitest to RSpec ([d766068](https://github.com/deployhq/deployhq-lib/commit/d7660681ec33bc9f0ef688d162c782b6b8be6af7)) +* Update gemspec metadata ([7dbd6f8](https://github.com/deployhq/deployhq-lib/commit/7dbd6f853116b9ab2c154dfad09540eaaa9026a9)) + ## [2.2.0](https://github.com/deployhq/deployhq-lib/compare/v2.1.2...v2.2.0) (2025-01-08)