Skip to content

Commit 3d766f5

Browse files
committed
update changlelog file
1 parent 4bb0a46 commit 3d766f5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
3+
# 4.2.0-beta - 4/11/2025
4+
5+
### Added
6+
7+
- Flag activation deduplication to prevent redundant activation hits for the same campaign/variation during a visitor session.
8+
- Adds session-based tracking (30 min) to deduplicate flag activations for the same campaign/variation
9+
- Manage experience continuity in bucketing mode.
10+
11+
212
# 4.1.2-beta - 24/06/2025
313

414
### Fix

example/lib/Providers/fs_data.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'package:flutter/material.dart';
55

66
class FSData extends ChangeNotifier {
77
// Apikey
8-
String _apiKey = "DxAcxlnRB9yFBZYtLDue1q01dcXZCw6aM49CQB23"; //
8+
String _apiKey = "apiKey"; //
99
// EnvId
1010
String _envId = "bkk9glocmjcg0vtmdlng"; //
1111
// Mode

0 commit comments

Comments
 (0)