Skip to content

Commit

Permalink
Version 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie committed Jun 8, 2023
1 parent fb6e657 commit 313909f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.10.0'
VERSION = '1.11.0'
end
end

0 comments on commit 313909f

Please sign in to comment.