Skip to content

Commit

Permalink
Merge pull request #226 from splitio/fix/validator
Browse files Browse the repository at this point in the history
Fix/validator
  • Loading branch information
mmelograno authored Mar 6, 2024
2 parents 77db8cb + 45780e1 commit ffacf6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 63 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
7.2.1 (March 6, 2024)
- Fix error on duplicated file flagSetsValidator.

7.2.0 (Jan 24, 2024)
- 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):
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
Expand Down
62 changes: 0 additions & 62 deletions src/SplitIO/Sdk/Validator/flagSetsValidator.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/SplitIO/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

class Version
{
const CURRENT = '7.2.0';
const CURRENT = '7.2.1';
}

0 comments on commit ffacf6f

Please sign in to comment.