Skip to content

Commit 45780e1

Browse files
committed
added changelog
1 parent 27f7989 commit 45780e1

2 files changed

Lines changed: 4 additions & 1 deletion

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/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)