From 5365e56679a2a210e54e338060b568832cfb68ea Mon Sep 17 00:00:00 2001 From: muzahidul-opti Date: Wed, 29 Oct 2025 21:21:07 +0600 Subject: [PATCH] Release 3.3.0 --- 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 3b737f7..c988a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Optimizely Flutter SDK Changelog +## 3.3.0 +October 29th, 2025 + +### New Feature +* Android custom logger support added ([#90](https://github.com/optimizely/optimizely-flutter-sdk/pull/90)) + ## 3.2.0 October 24th, 2025 diff --git a/README.md b/README.md index eccb976..3f7d5c8 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.2.0 + optimizely_flutter_sdk: ^3.3.0 ``` Then run diff --git a/lib/package_info.dart b/lib/package_info.dart index 777415b..df427cd 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.2.0'; + static const String version = '3.3.0'; } diff --git a/pubspec.yaml b/pubspec.yaml index 519c2dd..e48e93d 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.2.0 +version: 3.3.0 homepage: https://github.com/optimizely/optimizely-flutter-sdk environment: