Skip to content

Commit 627aa6e

Browse files
committed
Version bump
1 parent a692a78 commit 627aa6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## x.y.z
44

5+
## 1.9.0
6+
57
- Accept Proc as a namespace (#203)
68
- Fix deprecation warning of Redis.current (#189)
79
- Add support for getex

lib/redis/namespace/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
class Redis
44
class Namespace
5-
VERSION = '1.8.2'
5+
VERSION = '1.9.0'
66
end
77
end

0 commit comments

Comments
 (0)