Skip to content

Commit a40a355

Browse files
Update changelog entry
1 parent 5499cce commit a40a355

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.15.0 (May 15, 2024)
1+
1.15.0 (May 13, 2024)
22
- Added an optional settings validation parameter to let overwrite the default flag spec version, used by the JS Synchronizer.
33

44
1.14.0 (May 6, 2024)

src/utils/settingsValidation/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ export const base = {
8484
// impressions collection mode
8585
impressionsMode: OPTIMIZED,
8686
localhostMode: undefined,
87-
enabled: true
87+
enabled: true,
88+
flagSpecVersion: FLAG_SPEC_VERSION
8889
},
8990

9091
// Logger

0 commit comments

Comments
 (0)