Skip to content

Commit 2b183ad

Browse files
committed
Release 5.0.8
Fix: #1230
1 parent 230a5c4 commit 2b183ad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 5.0.8
4+
35
- Fix `Redis#without_reconnect` for sentinel clients. Fix #1212.
46
- Add `sentinel_username`, `sentinel_password` for sentinel clients. Bump `redis-client` to `>=0.17.0`. See #1213
57

lib/redis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Redis
4-
VERSION = '5.0.7'
4+
VERSION = '5.0.8'
55
end

0 commit comments

Comments
 (0)