Skip to content

Commit 03373f8

Browse files
Version bump to 3.3.0
1 parent 74bf609 commit 03373f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# activerecord-postgres_pub_sub
22

3+
## v3.3.0
4+
- Remove support for Ruby 3.0 and 3.1
5+
- Switch to using RubyGems trusted publishing instead of manual releases
6+
37
## v3.2.0
48
- Add support for ActiveRecord 8.0
59
- Add support for Ruby 3.4

lib/activerecord/postgres_pub_sub/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ActiveRecord
44
module PostgresPubSub
5-
VERSION = "3.2.0"
5+
VERSION = "3.3.0"
66
end
77
end

0 commit comments

Comments
 (0)