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