diff --git a/CHANGELOG.md b/CHANGELOG.md index 0efe7b0..cdd9d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Optimizely Flutter SDK Changelog +## 3.4.1 +January 28th, 2026 + +### Enhancements +* Exclude CMAB decision from UPS ([#96](https://github.com/optimizely/optimizely-flutter-sdk/pull/96)) + ## 3.4.0 January 7th, 2026 diff --git a/README.md b/README.md index b07b721..e196c0c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Other Flutter platforms are not currently supported by this SDK. To add the flutter-sdk to your project dependencies, include the following in your app's pubspec.yaml: ``` - optimizely_flutter_sdk: ^3.4.0 + optimizely_flutter_sdk: ^3.4.1 ``` Then run diff --git a/lib/package_info.dart b/lib/package_info.dart index 3e961c2..384c27a 100644 --- a/lib/package_info.dart +++ b/lib/package_info.dart @@ -3,5 +3,5 @@ class PackageInfo { static const String name = 'optimizely_flutter_sdk'; - static const String version = '3.4.0'; + static const String version = '3.4.1'; } diff --git a/pubspec.yaml b/pubspec.yaml index 6ae2805..24f5f8d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: optimizely_flutter_sdk description: This repository houses the Flutter SDK for use with Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts. -version: 3.4.0 +version: 3.4.1 homepage: https://github.com/optimizely/optimizely-flutter-sdk environment: