Skip to content

Commit

Permalink
Cut version 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Oct 10, 2019
1 parent ec7cee9 commit ee99190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MockRedis Changelog

### master (unreleased)
### 0.22.0

* Gracefully handle cursors larger than the collection size in scan commands ([#171](https://github.com/sds/mock_redis/pull/171))
* Add `zpopmin` and `zpopmax` commands ([#172](https://github.com/sds/mock_redis/pull/172))
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.21.0'
VERSION = '0.22.0'
end

0 comments on commit ee99190

Please sign in to comment.