Skip to content

Commit

Permalink
Cut version 0.30.0 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Feb 17, 2022
1 parent a7c2377 commit 66e01ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MockRedis Changelog

### 0.30.0

* Drop support for Ruby 2.4 and Ruby 2.5 since they are EOL
* Fix `expire` to to raise error on invalid integer

### 0.29.0

* Add support for `logger` option ([#211](https://github.com/sds/mock_redis/pull/211))
Expand Down
2 changes: 1 addition & 1 deletion lib/mock_redis/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
class MockRedis
VERSION = '0.29.0'
VERSION = '0.30.0'
end

0 comments on commit 66e01ce

Please sign in to comment.