Skip to content

Commit 27759c0

Browse files
committed
3.3.2.
1 parent 00c2233 commit 27759c0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
security updates in June of 2013; continuing to support it would prevent
1313
the use of newer features of Ruby.
1414

15+
# 3.3.2
16+
17+
* Added support for SPOP with COUNT. See #628.
18+
19+
* Fixed connection glitches when using SSL. See #644.
20+
1521
# 3.3.1
1622

1723
* Remove usage of Timeout::timeout, refactor into using low level non-blocking writes.

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 = "3.3.1"
2+
VERSION = "3.3.2"
33
end

0 commit comments

Comments
 (0)