Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Aug 1, 2023
1 parent b2c7d95 commit bfe2b16
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v4.1.0](https://github.com/rpush/modis/tree/v4.1.0) (2023-08-01)

[Full Changelog](https://github.com/rpush/modis/compare/v4.1.0...v4.1.0)

**Merged pull requests:**

- Support redis gem v5.x [\#45](https://github.com/rpush/modis/pull/45) ([benlangfeld](https://github.com/benlangfeld))

## [v4.1.0](https://github.com/rpush/modis/tree/v4.1.0) (2023-02-01)

[Full Changelog](https://github.com/rpush/modis/compare/v4.0.1...v4.1.0)
Expand All @@ -10,6 +18,7 @@

**Merged pull requests:**

- Prep v4.1.0 release [\#46](https://github.com/rpush/modis/pull/46) ([benlangfeld](https://github.com/benlangfeld))
- Upgrades to latest activesupport [\#44](https://github.com/rpush/modis/pull/44) ([benlangfeld](https://github.com/benlangfeld))
- Switch from Travis CI to GH actions [\#42](https://github.com/rpush/modis/pull/42) ([benlangfeld](https://github.com/benlangfeld))
- Flexible encoding [\#41](https://github.com/rpush/modis/pull/41) ([benlangfeld](https://github.com/benlangfeld))
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.1.0)
modis (4.2.0)
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.1.0'
VERSION = '4.2.0'
end

0 comments on commit bfe2b16

Please sign in to comment.