Skip to content

Commit

Permalink
Release 5.0.0.beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 19, 2022
1 parent 6691301 commit 195208d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 5.0.0.beta4

- Allow to call `subscribe`, `unsubscribe`, `psubscribe` and `punsubscribe` from a subscribed client. See #1131.
- Fix `redis-clustering` gem to specify the dependency on `redis`

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.0.0.beta3'
VERSION = '5.0.0.beta4'
end

0 comments on commit 195208d

Please sign in to comment.