Skip to content

Commit

Permalink
Adds Changelog entries for 2.3.0 (#201)
Browse files Browse the repository at this point in the history
* Adds Changelog entries for 2.3.0

* Updates version into 2.3.0 in version file

* Adds minimum coverage as 80 to be able to change version
  • Loading branch information
gurkanindibay authored Jun 6, 2023
1 parent 7b6bb2f commit fd42dbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## 2.3.0 2023-06-05
* Adds has_and_belongs_to_many feature with tenant (#193)
* Removes eol ruby versions
* Adds documentation in ReadTheDocs platform (#196)
* Organizes badges in documentation and README.md (#197)
* Wrap ActiveRecord::Base with ActiveSupport.on_load (#199)

## 2.2.0 2022-12-06
* Handle changing tenant from `nil` to a value [#173](https://github.com/citusdata/activerecord-multi-tenant/pull/173)
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.2.0'.freeze
VERSION = '2.3.0'.freeze
end
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
add_group 'Lib', '/lib' # Include the lib directory for coverage
puts "Tracked files: #{SimpleCov.tracked_files}"
end
SimpleCov.minimum_coverage 80

require 'simplecov-cobertura'
SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter
Expand Down

0 comments on commit fd42dbd

Please sign in to comment.