Skip to content

Commit a2c562c

Browse files
committed
Release 4.1.3
1 parent 5b3de8d commit a2c562c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Unreleased
22

3-
# 4.1.2
3+
# 4.1.3
44

55
* Fix the client hanging forever when connecting with SSL to a non-SSL server. See #835.
6+
7+
# 4.1.2
8+
69
* Fix several authentication problems with sentinel. See #850 and #856.
710
* Explicitly drop Ruby 2.2 support.
811

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'bundler/gem_tasks'
12
require 'rake/testtask'
23
Rake::TestTask.new 'test' do |t|
34
if ENV['SOCKET_PATH'].nil?

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.2'
2+
VERSION = '4.1.3'
33
end

0 commit comments

Comments
 (0)