Skip to content

Commit 25e118a

Browse files
update gem version
1 parent ee1f243 commit 25e118a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@
2626

2727
- Remove unsupported rails versions(5.0, 5.2, 6.0) and ruby version(2.7)
2828

29+
## v3.4.0 (2024-XX-XX)
30+
31+
### Added
32+
33+
- Add Rails 8.0 compatibility (requires Ruby 3.2+)
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
module PolymorphicIntegerType
2-
VERSION = "3.3.0"
4+
VERSION = '3.4.0.pre'
35
end

0 commit comments

Comments
 (0)