Skip to content

Commit 5aa1e0c

Browse files
committed
Release 4.0.3
1 parent 053cbb1 commit 5aa1e0c

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
@@ -1,3 +1,9 @@
1+
# 4.0.3
2+
3+
* Fix raising command error for first command in pipeline. See #788.
4+
* Fix the gemspec to stop exposing a `build` executable. See #785.
5+
* Add `:reconnect_delay` and `:reconnect_delay_max` options. See #778.
6+
17
# 4.0.2
28

39
* Added `Redis#unlink`. See #766.

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

0 commit comments

Comments
 (0)