Skip to content

Commit e9945e3

Browse files
committed
Bump to 3.0.7
1 parent cffa956 commit e9945e3

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+
...
4+
5+
# 3.0.7
6+
37
* Added method `Redis#dup` to duplicate a Redis connection.
48

59
* IPv6 support.

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.0.6"
2+
VERSION = "3.0.7"
33
end

0 commit comments

Comments
 (0)