Skip to content

Commit

Permalink
Release v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jul 31, 2024
1 parent 7967970 commit 6e6c36a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Changelog

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

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

**Merged pull requests:**

- Add support for multiple redis connections [\#49](https://github.com/rpush/modis/pull/49) ([SxDx](https://github.com/SxDx))
- Fix deprecation warning [\#48](https://github.com/rpush/modis/pull/48) ([SxDx](https://github.com/SxDx))

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

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

**Merged pull requests:**

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
modis (4.2.0)
modis (4.3.0)
activemodel (>= 5.2)
activesupport (>= 5.2)
connection_pool (>= 2)
Expand Down Expand Up @@ -48,8 +48,8 @@ GEM
parallel
codeclimate-test-reporter (1.0.7)
simplecov
concurrent-ruby (1.2.0)
connection_pool (2.3.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
console (1.16.2)
fiber-local
diff-lcs (1.4.4)
Expand All @@ -71,12 +71,12 @@ GEM
rainbow (>= 2.2.1)
rake (>= 10.0)
hiredis (0.6.3)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-event (1.1.6)
jaro_winkler (1.5.4)
minitest (5.17.0)
msgpack (1.6.0)
minitest (5.19.0)
msgpack (1.7.2)
multi_json (1.15.0)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand All @@ -94,9 +94,9 @@ GEM
public_suffix (5.0.1)
rainbow (3.0.0)
rake (13.0.1)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.12.1)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
rexml (3.2.5)
rspec (3.9.0)
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.2.0'
VERSION = '4.3.0'
end

0 comments on commit 6e6c36a

Please sign in to comment.