Skip to content

Commit

Permalink
Release 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 21, 2024
1 parent 18642ef commit a1d6f68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# 5.3.0

- Fix the return type of `hgetall` when used inside a `multi` transaction which is itself inside a pipeline.

# 5.2.0

- Now require Ruby 2.6 because `redis-client` does.
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Redis
VERSION = '5.2.0'
VERSION = '5.3.0'
end

0 comments on commit a1d6f68

Please sign in to comment.