From 9939b5e8f76a6e59d29c3e35b083205864d7d479 Mon Sep 17 00:00:00 2001 From: gindibay Date: Fri, 22 Sep 2023 17:06:34 +0300 Subject: [PATCH] Bump version to 2.4.0 --- CHANGELOG.md | 7 +++++++ lib/activerecord-multi-tenant/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c445f1c..9a0ab51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog + +## 2.4.0 2023-06-05 +* Adds citus 12 to test matrix (#210) +* Adds Support for rails 7.1 (#208) +* Fix missing scope in habtm.rb (#207) +* Update logic inside the tenant_klass_defined? method (#202) + ## 2.3.0 2023-06-05 * Adds has_and_belongs_to_many feature with tenant (#193) * Removes eol ruby versions diff --git a/lib/activerecord-multi-tenant/version.rb b/lib/activerecord-multi-tenant/version.rb index 20a076e..0731443 100644 --- a/lib/activerecord-multi-tenant/version.rb +++ b/lib/activerecord-multi-tenant/version.rb @@ -1,3 +1,3 @@ module MultiTenant - VERSION = '2.3.0'.freeze + VERSION = '2.4.0'.freeze end