Skip to content

Commit

Permalink
Release 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jun 11, 2021
1 parent af0b66c commit f759203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Unreleased

# 4.3.1

* Fix password authentication against redis server 5 and older.

# 4.3.0

* Add the TYPE argument to scan and scan_each. See #985.
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Redis
VERSION = '4.3.0'
VERSION = '4.3.1'
end

0 comments on commit f759203

Please sign in to comment.