From 627aa6e75bef1d001832891c4f99c9aa4b33a6ea Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Sat, 13 Aug 2022 16:23:52 -0600 Subject: [PATCH] Version bump --- CHANGELOG.md | 2 ++ lib/redis/namespace/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6723180..4f5203a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/redis/namespace/version.rb b/lib/redis/namespace/version.rb index cf9c0e5..47422c4 100644 --- a/lib/redis/namespace/version.rb +++ b/lib/redis/namespace/version.rb @@ -2,6 +2,6 @@ class Redis class Namespace - VERSION = '1.8.2' + VERSION = '1.9.0' end end