We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318af00 commit fa23f9aCopy full SHA for fa23f9a
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 0.23.1
4
+
5
- Fix a potential crash in `hiredis-client` when using subcriptions (`next_event`). See #221.
6
7
# 0.23.0
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- redis-client (0.23.0)
+ redis-client (0.23.1)
connection_pool
GEM
lib/redis_client/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class RedisClient
- VERSION = "0.23.0"
+ VERSION = "0.23.1"
end
0 commit comments