Skip to content

Commit a1d6f68

Browse files
committed
Release 5.3.0
1 parent 18642ef commit a1d6f68

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
# 5.3.0
4+
5+
- Fix the return type of `hgetall` when used inside a `multi` transaction which is itself inside a pipeline.
6+
37
# 5.2.0
48

59
- Now require Ruby 2.6 because `redis-client` does.

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

0 commit comments

Comments
 (0)