diff --git a/.github_changelog_generator b/.github_changelog_generator index 32ec839..3bffd15 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,3 +1,3 @@ user=rpush project=modis -future-release=v4.1.0 +future-release=v4.3.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3d79a..f8e3623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [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) + +**Closed issues:** + +- Release 4.3.0 breaks the Rpush initialization [\#50](https://github.com/rpush/modis/issues/50) + +**Merged pull requests:** + +- Restore backwards compatibility broken in 4.3.0 [\#51](https://github.com/rpush/modis/pull/51) ([benlangfeld](https://github.com/benlangfeld)) + ## [v4.3.0](https://github.com/rpush/modis/tree/v4.3.0) (2024-07-31) [Full Changelog](https://github.com/rpush/modis/compare/v4.2.0...v4.3.0) diff --git a/Gemfile.lock b/Gemfile.lock index 1db314c..ee0b60f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - modis (4.3.0) + modis (4.3.1) activemodel (>= 5.2) activesupport (>= 5.2) connection_pool (>= 2) diff --git a/lib/modis/version.rb b/lib/modis/version.rb index a9f6b10..48e381e 100644 --- a/lib/modis/version.rb +++ b/lib/modis/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Modis - VERSION = '4.3.0' + VERSION = '4.3.1' end