Skip to content

Commit a2235e3

Browse files
committed
Bump patch version.
1 parent 11235ce commit a2235e3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/async/redis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module Redis
8-
VERSION = "0.11.1"
8+
VERSION = "0.11.2"
99
end
1010
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Please see the [project documentation](https://socketry.github.io/async-redis/)
1818

1919
Please 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`.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)