Skip to content

Commit

Permalink
Cut version 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Sep 19, 2022
1 parent 74b2757 commit bc18b2f
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.34.0

* Add support for `with`

### 0.33.0

* Add support for `GET` argument to `SET` command
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.33.0'
VERSION = '0.34.0'
end

0 comments on commit bc18b2f

Please sign in to comment.