Skip to content

Commit

Permalink
Merge pull request #24 from pocke/Bump_up_version_to_v0_2_2
Browse files Browse the repository at this point in the history
Bump up version to v0.2.2
  • Loading branch information
pocke authored Aug 14, 2024
2 parents f86c93b + a92ddb6 commit 05f80fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.2.2 - 2024-08-14

* Support Rails 7.2 [#22](https://github.com/pocke/activerecord-originator/pull/22)

## v0.2.1 - 2024-03-20

This release does not affect the behavior of the library. It changes only RBS files.
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord/originator/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveRecord
module Originator
VERSION = "0.2.1"
VERSION = "0.2.2"
end
end

0 comments on commit 05f80fe

Please sign in to comment.