Skip to content

Commit

Permalink
Prepare version 0.9.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Oct 5, 2023
1 parent a8e6f80 commit 8ee8664
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

Notable changes to this project will be documented in this file.

## 0.9.0

* Support JRuby 9.4 ([#299] by [Matijs van Zuijlen][mvz])
* Add support for Ruby 3.2 ([#300] by [Matijs van Zuijlen][mvz])
* Drop support for Ruby 2.6 ([#301] by [Matijs van Zuijlen][mvz])
* Support Rails 7.1 ([#312] and [#317] by [Matijs van Zuijlen][mvz])
* Drop support for Rails 5.2 and 6.0 ([#315] by [Matijs van Zuijlen][mvz])

[#299]: https://github.com/ActsAsParanoid/acts_as_paranoid/pull/299
[#300]: https://github.com/ActsAsParanoid/acts_as_paranoid/pull/300
[#301]: https://github.com/ActsAsParanoid/acts_as_paranoid/pull/301
[#312]: https://github.com/ActsAsParanoid/acts_as_paranoid/pull/312
[#315]: https://github.com/ActsAsParanoid/acts_as_paranoid/pull/315
[#317]: https://github.com/ActsAsParanoid/acts_as_paranoid/pull/317

## 0.8.1

* Officially support Ruby 3.1 ([#268], by [Matijs van Zuijlen][mvz])
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_paranoid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActsAsParanoid
VERSION = "0.8.1"
VERSION = "0.9.0"
end

0 comments on commit 8ee8664

Please sign in to comment.