Skip to content

Commit

Permalink
Cut version 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jan 7, 2021
1 parent 6b09042 commit ca645ab
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.27.1

* Fix missing `ruby2_keywords` gem
* Allow passing string `offset` to `getbit` ([#203](https://github.com/sds/mock_redis/pull/203))

### 0.27.0

* Fix handling of keyword arguments on Ruby 3 ([#199](https://github.com/sds/mock_redis/pull/199))
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.27.0'
VERSION = '0.27.1'
end

0 comments on commit ca645ab

Please sign in to comment.