Skip to content

Commit 313909f

Browse files
Version 1.11.0
1 parent fb6e657 commit 313909f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## master
22

3+
## 1.11.0
4+
5+
- CI: Name the test job for clearer output (#219)
6+
- Fix `srem?` not being namespaced (#223)
7+
- FIX missing namespaced srem? method (#224)
8+
- Add support for expiretime and pexpiretime (#221)
9+
310
## 1.10.0
411

512
- Bump actions/checkout from 2 to 3 (#206)

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.10.0'
5+
VERSION = '1.11.0'
66
end
77
end

0 commit comments

Comments
 (0)