Skip to content

Commit

Permalink
Release 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Sep 6, 2024
1 parent 66ccd65 commit a6cfc89
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 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.3.1
future-release=v4.3.2
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
modis (4.3.1)
modis (4.3.2)
activemodel (>= 5.2)
activesupport (>= 5.2)
connection_pool (>= 2)
Expand Down Expand Up @@ -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
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.1'
VERSION = '4.3.2'
end

0 comments on commit a6cfc89

Please sign in to comment.