diff --git a/splitio/CHANGELOG.md b/splitio/CHANGELOG.md index e2f3f04..cda5564 100644 --- a/splitio/CHANGELOG.md +++ b/splitio/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.1.9+1 (Jun 7, 2024) +* Updated Android SDK to `4.1.1` + # 0.1.9 (May 22, 2024) * Added support for targeting rules based on semantic versions (https://semver.org/). * Added special impression label "targeting rule type unsupported by sdk" when the matcher type is not supported by the SDK, which returns 'control' treatment. diff --git a/splitio/example/pubspec.lock b/splitio/example/pubspec.lock index d9eeca6..a22e0ac 100644 --- a/splitio/example/pubspec.lock +++ b/splitio/example/pubspec.lock @@ -166,23 +166,23 @@ packages: path: ".." relative: true source: path - version: "0.1.9-rc.1" + version: "0.1.9+1" splitio_android: dependency: transitive description: name: splitio_android - sha256: c096d857d24642a3caa14ba9426ae82c1020ba76eaad42cc7707a76fa989a128 + sha256: b7ddd9f8a694ed610dd3ecd770f16d4ce016c3211d2f56fc5a094ef58bc543fb url: "https://pub.dev" source: hosted - version: "0.1.9-rc.1" + version: "0.1.9+1" splitio_ios: dependency: transitive description: name: splitio_ios - sha256: "2b005d69476f11ade95cb7992f4fc8d03cd7ac9ef19f07373ebc97aeb273bf9a" + sha256: e9b5427a7c8efa67846a5ccbe70d13d3286f50f382b369416bff7c509478b50f url: "https://pub.dev" source: hosted - version: "0.1.9-rc.1" + version: "0.1.9" splitio_platform_interface: dependency: transitive description: diff --git a/splitio/pubspec.yaml b/splitio/pubspec.yaml index 3321ac4..4acfba3 100644 --- a/splitio/pubspec.yaml +++ b/splitio/pubspec.yaml @@ -1,6 +1,6 @@ name: splitio description: Official plugin for split.io, the platform for controlled rollouts, which serves features to your users via feature flags to manage your complete customer experience. -version: 0.1.9 +version: 0.1.9+1 homepage: https://split.io/ repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/ @@ -19,7 +19,7 @@ flutter: dependencies: flutter: sdk: flutter - splitio_android: ^0.1.9 + splitio_android: ^0.1.9+1 splitio_ios: ^0.1.9 splitio_platform_interface: ^1.4.0 diff --git a/splitio_android/CHANGELOG.md b/splitio_android/CHANGELOG.md index 6e0142e..c54fc7d 100644 --- a/splitio_android/CHANGELOG.md +++ b/splitio_android/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.1.9+1 (Jun 7, 2024) +* Updated Android SDK to `4.1.1` + # 0.1.9 (May 22, 2024) * Updated Android SDK to `4.1.0` diff --git a/splitio_android/android/build.gradle b/splitio_android/android/build.gradle index 06f53d7..98c41c1 100644 --- a/splitio_android/android/build.gradle +++ b/splitio_android/android/build.gradle @@ -36,7 +36,7 @@ android { } dependencies { - implementation 'io.split.client:android-client:4.1.0' + implementation 'io.split.client:android-client:4.1.1' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:3.12.4' diff --git a/splitio_android/pubspec.yaml b/splitio_android/pubspec.yaml index 277dfec..e6e36c8 100644 --- a/splitio_android/pubspec.yaml +++ b/splitio_android/pubspec.yaml @@ -1,7 +1,7 @@ name: splitio_android description: The official Android implementation of splitio Flutter plugin. repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_android -version: 0.1.9 +version: 0.1.9+1 environment: sdk: ">=2.16.2 <4.0.0"