Skip to content

Commit

Permalink
Cut version 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Dec 13, 2023
1 parent fe097a6 commit 912fcba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# MockRedis Changelog

### 0.41.0

* Add support for `expire`-related command options `nx`/`xx`/`lt`/`gt`

### 0.40.0

* Add support for `call` method name to be case insensitive
Expand Down
2 changes: 1 addition & 1 deletion lib/mock_redis/version.rb
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
class MockRedis
VERSION = '0.40.0'
VERSION = '0.41.0'
end

0 comments on commit 912fcba

Please sign in to comment.