diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e530c5..bf7e8a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Optimizely Flutter SDK Changelog +## 3.1.0 +October 9th, 2025 + +This minor release added the following support: +* Android 15 support ([#84](https://github.com/optimizely/optimizely-flutter-sdk/pull/84)) +* Update AGP version to 8.7.0 +* Update gradle version to 8.10.2 +* Update kotlin version to 2.1.0 + ## 3.0.1 Jun 4th, 2025 diff --git a/README.md b/README.md index 1b125d5..cdf6f10 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.0.1 + optimizely_flutter_sdk: ^3.1.0 ``` Then run diff --git a/lib/package_info.dart b/lib/package_info.dart index 0bdd780..6c8b054 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.0.1'; + static const String version = '3.1.0'; } diff --git a/pubspec.yaml b/pubspec.yaml index 188939d..83c113e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ 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.0.1 +version: 3.1.0 homepage: https://github.com/optimizely/optimizely-flutter-sdk environment: - sdk: '>=2.16.2 <4.0.0' + sdk: ">=2.16.2 <4.0.0" flutter: ">=2.5.0" dependencies: