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 5
5
6
6
module Async
7
7
module Redis
8
- VERSION = "0.11.1 "
8
+ VERSION = "0.11.2 "
9
9
end
10
10
end
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/)
18
18
19
19
Please see the [ project releases] ( https://socketry.github.io/async-redis/releases/index ) for all releases.
20
20
21
+ ### v0.11.2
22
+
23
+ - Fix handling of IPv6 address literals, including those returned by Redis Cluster / Sentinel.
24
+
21
25
### v0.11.1
22
26
23
27
- Correctly pass ` @options ` to ` Async::Redis::Client ` instances created by ` Async::Redis::ClusterClient ` .
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.11.2
4
4
5
5
- Fix handling of IPv6 address literals, including those returned by Redis Cluster / Sentinel.
6
6
You can’t perform that action at this time.
0 commit comments