Skip to content

Commit ebb1d76

Browse files
authored
Merge pull request #63 from clio/bump_version_to_3.2.2
Bump the version to 3.2.2
2 parents 246e6c9 + 6f9bfc3 commit ebb1d76

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@
1010

1111
- Added .idea/ folder to .gitignore
1212

13+
## v3.2.2 (2023-12-21)
14+
15+
### Fixed
16+
17+
- Fixed polymorphic_foreign_association_extension.rb to be compatible with other reflection than `has_many` and `has_one`.
18+
1319
### Changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PolymorphicIntegerType
2-
VERSION = "3.2.1"
2+
VERSION = "3.2.2"
33
end

0 commit comments

Comments
 (0)