From 6a37687bbd922a5980bfe82dab4f74ca76c01212 Mon Sep 17 00:00:00 2001 From: Jennifer Page Date: Fri, 22 Mar 2024 08:50:56 -0400 Subject: [PATCH] release: v3.0.0 --- CHANGELOG.md | 2 +- lib/activerecord/postgres_pub_sub/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0455579..0da4b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # activerecord-postgres_pub_sub -## Unreleased +## v3.0.0 - Add support for multiple databases by allowing injection of the base Active Record class. - BREAKING: Drop support for ActiveRecord 5.2, 6.0 - BREAKING: Drop support for ruby < 3.0 diff --git a/lib/activerecord/postgres_pub_sub/version.rb b/lib/activerecord/postgres_pub_sub/version.rb index d94b359..508dc17 100644 --- a/lib/activerecord/postgres_pub_sub/version.rb +++ b/lib/activerecord/postgres_pub_sub/version.rb @@ -2,6 +2,6 @@ module ActiveRecord module PostgresPubSub - VERSION = "2.3.0" + VERSION = "3.0.0" end end