File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 55
66module Async
77 module Redis
8- VERSION = "0.11.1 "
8+ VERSION = "0.11.2 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ Please see the [project documentation](https://socketry.github.io/async-redis/)
1818
1919Please see the [ project releases] ( https://socketry.github.io/async-redis/releases/index ) for all releases.
2020
21+ ### v0.11.2
22+
23+ - Fix handling of IPv6 address literals, including those returned by Redis Cluster / Sentinel.
24+
2125### v0.11.1
2226
2327 - Correctly pass ` @options ` to ` Async::Redis::Client ` instances created by ` Async::Redis::ClusterClient ` .
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.11.2
44
55 - Fix handling of IPv6 address literals, including those returned by Redis Cluster / Sentinel.
66
You can’t perform that action at this time.
0 commit comments