Skip to content

Commit 9101933

Browse files
committed
Release 4.1.2
1 parent d6a2fd5 commit 9101933

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
# 4.1.2
4+
5+
* Fix the client hanging forever when connecting with SSL to a non-SSL server. See #835.
6+
* Fix several authentication problems with sentinel. See #850 and #856.
7+
* Explicitly drop Ruby 2.2 support.
8+
9+
310
# 4.1.1
411

512
* Fix error handling in multi blocks. See #754.

lib/redis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Redis
2-
VERSION = '4.1.1'
2+
VERSION = '4.1.2'
33
end

0 commit comments

Comments
 (0)