Skip to content

Commit ffacf6f

Browse files
authored
Merge pull request #226 from splitio/fix/validator
Fix/validator
2 parents 77db8cb + 45780e1 commit ffacf6f

3 files changed

Lines changed: 4 additions & 63 deletions

File tree

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
7.2.1 (March 6, 2024)
2+
- Fix error on duplicated file flagSetsValidator.
3+
14
7.2.0 (Jan 24, 2024)
25
- 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):
36
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.

src/SplitIO/Sdk/Validator/flagSetsValidator.php

Lines changed: 0 additions & 62 deletions
This file was deleted.

src/SplitIO/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
class Version
55
{
6-
const CURRENT = '7.2.0';
6+
const CURRENT = '7.2.1';
77
}

0 commit comments

Comments
 (0)