Skip to content

Commit 6dbbc94

Browse files
committed
Release 5.0.6
1 parent 9c49947 commit 6dbbc94

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
# 5.0.6
4+
5+
- Wait for an extra `config.read_timeout` in blocking commands rather than an arbitrary 100ms. See #1175.
36
- Treat ReadOnlyError as ConnectionError. See #1168.
47

58
# 5.0.5

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.5'
4+
VERSION = '5.0.6'
55
end

0 commit comments

Comments
 (0)