Skip to content

Commit eb59a56

Browse files
committed
Updated version to 6.8.0
1 parent b316e3a commit eb59a56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
6.7.1 (Sep 26, 2025)
1+
6.8.0 (Sep 26, 2025)
22
- Added support for rule-based segments. These segments determine membership at runtime by evaluating their configured rules against the user attributes provided to the SDK.
33
- Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules.
44
- Added support for retries

splitio/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package splitio
22

33
// Version contains a string with the split sdk version
4-
const Version = "6.7.1"
4+
const Version = "6.8.0"

0 commit comments

Comments
 (0)