Skip to content

Commit 4b086b1

Browse files
committed
Release 4.1.0
1 parent 3e6fc1a commit 4b086b1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Unreleased
2+
3+
# 4.1.0
4+
5+
* Add Redis Cluster support. See #716.
6+
* Add streams support. See #799 and #811.
7+
* Add ZPOP* support. See #812.
8+
* Fix issues with integer-like objects as BPOP timeout
9+
110
# 4.0.3
211

312
* Fix raising command error for first command in pipeline. See #788.

lib/redis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Redis
2-
VERSION = "4.0.3"
2+
VERSION = '4.1.0'
33
end

0 commit comments

Comments
 (0)