Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Sep 22, 2023
1 parent cf1b412 commit 9939b5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog

## 2.4.0 2023-06-05

This comment has been minimized.

Copy link
@tnir

tnir Oct 2, 2023

@gurkanindibay should be 2023-10-02! 😁

This comment has been minimized.

Copy link
@gurkanindibay

gurkanindibay Oct 2, 2023

Author Contributor

Thanks. I will fix the changelog

This comment has been minimized.

Copy link
@gurkanindibay

gurkanindibay Oct 2, 2023

Author Contributor

Fixed @tnir Thanks for the heads up

* 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
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord-multi-tenant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MultiTenant
VERSION = '2.3.0'.freeze
VERSION = '2.4.0'.freeze
end

0 comments on commit 9939b5e

Please sign in to comment.