From 7587668c1fe5c1f30387d80b5682a93678be40aa Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Fri, 20 Nov 2020 09:13:53 +0100 Subject: [PATCH] Release 4.2.5 --- CHANGELOG.md | 4 ++++ lib/redis/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6ca11e7..5973df5ed 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/lib/redis/version.rb b/lib/redis/version.rb index 07688794e..1a12c42da 100644 --- a/lib/redis/version.rb +++ b/lib/redis/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Redis - VERSION = '4.2.4' + VERSION = '4.2.5' end