From c9100372d5f526d72bc46ad54cca93043576562d Mon Sep 17 00:00:00 2001 From: muzahidul-opti Date: Wed, 25 Mar 2026 22:38:10 +0600 Subject: [PATCH] chore: prepare for release 3.4.2 Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- lib/package_info.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd9d42..bdb70f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Optimizely Flutter SDK Changelog +## 3.4.2 +March 25, 2026 + +### Bug Fixes +* Ensure FlutterResult and invokeMethod are always called on main thread ([#98](https://github.com/optimizely/optimizely-flutter-sdk/pull/98)) + ## 3.4.1 January 28th, 2026 diff --git a/README.md b/README.md index e196c0c..f2897a8 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.1 + optimizely_flutter_sdk: ^3.4.2 ``` Then run diff --git a/lib/package_info.dart b/lib/package_info.dart index 384c27a..df787e8 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.1'; + static const String version = '3.4.2'; } diff --git a/pubspec.yaml b/pubspec.yaml index 24f5f8d..91a44fc 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.1 +version: 3.4.2 homepage: https://github.com/optimizely/optimizely-flutter-sdk environment: