Skip to content

Commit 2b0b0bd

Browse files
committed
update changes
1 parent 951c92a commit 2b0b0bd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
CHANGES
22

3-
Next release (TBD)
3+
8.3.1 (Mar 22, 2024)
44
- Fixed ruby process hanging due to failed thread.join command, when calling destroy and a http request still active.
5+
- Fixed streaming notification parser. Issue ref: https://github.com/splitio/ruby-client/issues/511
56

67
8.3.0 (Dec 11, 2023)
78
- Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):

lib/splitclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SplitIoClient
2-
VERSION = '8.3.0'
2+
VERSION = '8.3.1'
33
end

0 commit comments

Comments
 (0)