Skip to content

Commit

Permalink
Release v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Aug 1, 2024
1 parent 9cb046f commit 854ee32
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
user=rpush
project=modis
future-release=v4.1.0
future-release=v4.3.1
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
modis (4.3.0)
modis (4.3.1)
activemodel (>= 5.2)
activesupport (>= 5.2)
connection_pool (>= 2)
Expand Down
2 changes: 1 addition & 1 deletion lib/modis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Modis
VERSION = '4.3.0'
VERSION = '4.3.1'
end

0 comments on commit 854ee32

Please sign in to comment.