We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bf609 commit 03373f8Copy full SHA for 03373f8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# activerecord-postgres_pub_sub
2
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
+
7
## v3.2.0
8
- Add support for ActiveRecord 8.0
9
- Add support for Ruby 3.4
lib/activerecord/postgres_pub_sub/version.rb
@@ -2,6 +2,6 @@
module ActiveRecord
module PostgresPubSub
- VERSION = "3.2.0"
+ VERSION = "3.3.0"
end
0 commit comments