diff --git a/.github_changelog_generator b/.github_changelog_generator index 3bffd15..fc64c45 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,3 +1,3 @@ user=rpush project=modis -future-release=v4.3.1 +future-release=v4.3.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e3623..4d99357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v4.3.2](https://github.com/rpush/modis/tree/v4.3.2) (2024-09-06) + +[Full Changelog](https://github.com/rpush/modis/compare/v4.3.1...v4.3.2) + +**Merged pull requests:** + +- Test on Rails 7.2 [\#54](https://github.com/rpush/modis/pull/54) ([benlangfeld](https://github.com/benlangfeld)) +- Test on new Ruby/Rails versions [\#52](https://github.com/rpush/modis/pull/52) ([benlangfeld](https://github.com/benlangfeld)) + ## [v4.3.1](https://github.com/rpush/modis/tree/v4.3.1) (2024-08-01) [Full Changelog](https://github.com/rpush/modis/compare/v4.3.0...v4.3.1) diff --git a/Gemfile.lock b/Gemfile.lock index ee0b60f..7d9ef0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - modis (4.3.1) + modis (4.3.2) activemodel (>= 5.2) activesupport (>= 5.2) connection_pool (>= 2) @@ -94,7 +94,7 @@ GEM public_suffix (5.0.1) rainbow (3.0.0) rake (13.0.1) - redis (5.2.0) + redis (5.3.0) redis-client (>= 0.22.0) redis-client (0.22.2) connection_pool diff --git a/lib/modis/version.rb b/lib/modis/version.rb index 48e381e..4260a08 100644 --- a/lib/modis/version.rb +++ b/lib/modis/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Modis - VERSION = '4.3.1' + VERSION = '4.3.2' end