From 4fcdfd480db9d12363c4b4e41493b6256ccae4c7 Mon Sep 17 00:00:00 2001 From: Muzahidul Islam Date: Mon, 24 Aug 2026 23:33:24 +0600 Subject: [PATCH 1/2] chore: prep for release 3.7.0 Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- lib/package_info.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a70a38..871f0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Optimizely Flutter SDK Changelog +## 3.7.0 +August 24th, 2026 + +### Bug Fixes +* Update with actual release notes + + ## 3.6.0 July 9th, 2026 diff --git a/README.md b/README.md index bc688b0..d519005 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.6.0 + optimizely_flutter_sdk: ^3.7.0 ``` Then run diff --git a/lib/package_info.dart b/lib/package_info.dart index 38611a3..9ef2cf4 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.6.0'; + static const String version = '3.7.0'; } diff --git a/pubspec.yaml b/pubspec.yaml index d4c9ea2..7dfd32a 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.6.0 +version: 3.7.0 homepage: https://github.com/optimizely/optimizely-flutter-sdk environment: From d22f19b938cf38a21f2c76bc3e634468941abfe0 Mon Sep 17 00:00:00 2001 From: Muzahidul Islam Date: Mon, 24 Aug 2026 23:36:37 +0600 Subject: [PATCH 2/2] docs: update CHANGELOG with actual release notes for 3.7.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 871f0ac..70839d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,11 @@ ## 3.7.0 August 24th, 2026 +### New Features +* Add Swift Package Manager (SPM) support for iOS ([#116](https://github.com/optimizely/optimizely-flutter-sdk/pull/116)) + ### Bug Fixes -* Update with actual release notes +* Guard FlutterTaskQueue for backward compatibility ([#117](https://github.com/optimizely/optimizely-flutter-sdk/pull/117)) ## 3.6.0