diff --git a/CHANGELOG.md b/CHANGELOG.md index 452b78b..757a61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## master +## 1.11.0 + +- CI: Name the test job for clearer output (#219) +- Fix `srem?` not being namespaced (#223) +- FIX missing namespaced srem? method (#224) +- Add support for expiretime and pexpiretime (#221) + ## 1.10.0 - Bump actions/checkout from 2 to 3 (#206) diff --git a/lib/redis/namespace/version.rb b/lib/redis/namespace/version.rb index 968a6f6..5eb8bc1 100644 --- a/lib/redis/namespace/version.rb +++ b/lib/redis/namespace/version.rb @@ -2,6 +2,6 @@ class Redis class Namespace - VERSION = '1.10.0' + VERSION = '1.11.0' end end