Skip to content

Commit a7db87c

Browse files
committed
Release 4.5.1
1 parent 0c8e5d0 commit a7db87c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

3-
* Restore the accidential auth behavior of redis-rb 4.3.0 with a warning. If provided with the `default` user password, but a wrong username,
3+
# 4.5.1
4+
5+
* Restore the accidential auth behavior of redis-rb 4.3.0 with a warning. If provided with the `default` user's password, but a wrong username,
46
redis-rb will first try to connect as the provided user, but then will fallback to connect as the `default` user with the provided password.
57
This behavior is deprecated and will be removed in Redis 4.6.0. Fix #1038.
68

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 = '4.5.0'
4+
VERSION = '4.5.1'
55
end

0 commit comments

Comments
 (0)