Skip to content

Commit

Permalink
Release 5.0.8
Browse files Browse the repository at this point in the history
Fix: #1230
  • Loading branch information
byroot committed Oct 23, 2023
1 parent 230a5c4 commit 2b183ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# Unreleased

# 5.0.8

- Fix `Redis#without_reconnect` for sentinel clients. Fix #1212.
- Add `sentinel_username`, `sentinel_password` for sentinel clients. Bump `redis-client` to `>=0.17.0`. See #1213

Expand Down
2 changes: 1 addition & 1 deletion lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Redis
VERSION = '5.0.7'
VERSION = '5.0.8'
end

0 comments on commit 2b183ad

Please sign in to comment.