Skip to content

Commit 6dbcc0f

Browse files
committed
Prepare to cut release
1 parent 9e00902 commit 6dbcc0f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ changelog, see the [commits] for each version via the version links.
99

1010
[Unreleased]: https://github.com/teoljungberg/fx/compare/v0.8.0..HEAD
1111

12-
- Drop EOL Rails versions (6.2).
12+
## [0.9.0]
13+
14+
[0.9.0]: https://github.com/teoljungberg/fx/compare/v0.8.0...v0.9.0
15+
16+
- Drop EOL Rails versions (6.2)
1317
- Add Ruby 3.4.0 preview's to the test matrix (#152)
1418
- Add Rails 8.0.0 to the test matrix (#152)
1519
- Add Rails 7.2 to the test matrix (#150)

lib/fx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Fx
22
# @api private
3-
VERSION = "0.8.0"
3+
VERSION = "0.9.0"
44
end

0 commit comments

Comments
 (0)