Skip to content

Commit

Permalink
Prepare to cut release
Browse files Browse the repository at this point in the history
  • Loading branch information
teoljungberg committed Nov 8, 2024
1 parent 9e00902 commit 6dbcc0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/fx/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Fx
# @api private
VERSION = "0.8.0"
VERSION = "0.9.0"
end

0 comments on commit 6dbcc0f

Please # to comment.