Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Aug 13, 2022
1 parent a692a78 commit 627aa6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## x.y.z

## 1.9.0

- Accept Proc as a namespace (#203)
- Fix deprecation warning of Redis.current (#189)
- Add support for getex
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/namespace/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

class Redis
class Namespace
VERSION = '1.8.2'
VERSION = '1.9.0'
end
end

0 comments on commit 627aa6e

Please sign in to comment.