From 65d80b2b9652046816cba7b52856c3f89d4b782f Mon Sep 17 00:00:00 2001 From: Mauro Sanz Date: Fri, 23 Oct 2020 12:56:35 -0300 Subject: [PATCH] updated changes and version --- CHANGES.txt | 4 ++++ lib/splitclient-rb/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7ae723c1f..c7557548d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,9 @@ CHANGES +7.2.1 (Oct 23, 2020) +- Updated redis dependency to >= 4.2.2. +- Updated ably error handling. + 7.2.0 (Sep 25, 2020) - Added deduplication logic for impressions data. - Now there are two modes for Impressions when the SDK is in standalone mode, OPTIMIZED (default) that only ships unique impressions and DEBUG for times where you need to send ALL impressions to debug an integration. diff --git a/lib/splitclient-rb/version.rb b/lib/splitclient-rb/version.rb index 91c467636..1951ddb16 100644 --- a/lib/splitclient-rb/version.rb +++ b/lib/splitclient-rb/version.rb @@ -1,3 +1,3 @@ module SplitIoClient - VERSION = '7.2.0-rc' + VERSION = '7.2.1' end