diff --git a/CHANGELOG.md b/CHANGELOG.md index d2235c0..058acab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,11 @@ changelog, see the [commits] for each version via the version links. [Unreleased]: https://github.com/teoljungberg/fx/compare/v0.8.0..HEAD -- Drop EOL Rails versions (6.2). +## [0.9.0] + +[0.9.0]: https://github.com/teoljungberg/fx/compare/v0.8.0...v0.9.0 + +- Drop EOL Rails versions (6.2) - Add Ruby 3.4.0 preview's to the test matrix (#152) - Add Rails 8.0.0 to the test matrix (#152) - Add Rails 7.2 to the test matrix (#150) diff --git a/lib/fx/version.rb b/lib/fx/version.rb index ca9f8b0..9d9ca16 100644 --- a/lib/fx/version.rb +++ b/lib/fx/version.rb @@ -1,4 +1,4 @@ module Fx # @api private - VERSION = "0.8.0" + VERSION = "0.9.0" end