Skip to content

Commit

Permalink
Release 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Nov 20, 2020
1 parent f7d354f commit 7587668
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Unreleased

# 4.2.5

* Optimize the ruby connector write buffering. See #964.

# 4.2.4

* Fix bytesize calculations in the ruby connector, and work on a copy of the buffer. Fix #961, #962.
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Redis
VERSION = '4.2.4'
VERSION = '4.2.5'
end

0 comments on commit 7587668

Please sign in to comment.