From 92994116397d550cbb2618ca86d58b3c8fbce26e Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Thu, 2 May 2024 13:25:56 -0700 Subject: [PATCH] release 8.4.0 --- 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 a1ddf824..a1b3e034 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,9 @@ CHANGES +8.4.0 (May 3, 2024) +- Fixed issue preventing Impressopns and Events posting if client.destroy is called before the post threads started +- Added support for targeting rules based on semantic versions (https://semver.org/). + 8.3.1 (Mar 22, 2024) - Fixed ruby process hanging due to failed thread.join command, when calling destroy and a http request still active. - Fixed streaming notification parser. Issue ref: https://github.com/splitio/ruby-client/issues/511 diff --git a/lib/splitclient-rb/version.rb b/lib/splitclient-rb/version.rb index b330c8de..1cd7e252 100644 --- a/lib/splitclient-rb/version.rb +++ b/lib/splitclient-rb/version.rb @@ -1,3 +1,3 @@ module SplitIoClient - VERSION = '8.3.1' + VERSION = '8.4.0' end