Skip to content

Commit

Permalink
Merge pull request #63 from clio/bump_version_to_3.2.2
Browse files Browse the repository at this point in the history
Bump the version to 3.2.2
  • Loading branch information
wendy-clio authored Dec 21, 2023
2 parents 246e6c9 + 6f9bfc3 commit ebb1d76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@

- Added .idea/ folder to .gitignore

## v3.2.2 (2023-12-21)

### Fixed

- Fixed polymorphic_foreign_association_extension.rb to be compatible with other reflection than `has_many` and `has_one`.

### Changed
2 changes: 1 addition & 1 deletion lib/polymorphic_integer_type/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PolymorphicIntegerType
VERSION = "3.2.1"
VERSION = "3.2.2"
end

0 comments on commit ebb1d76

Please sign in to comment.