Skip to content

Commit

Permalink
splitio 0.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Nov 6, 2024
1 parent c2bca9a commit 3ec4419
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions splitio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.2.0-rc.1 (Nov 6, 2024)

# 0.1.10 (Oct 18, 2024)
* Added certificate pinning functionality. This feature allows you to pin a certificate to the SDK, ensuring that the SDK only communicates with servers that present this certificate. Read more in our documentation.
* Updated iOS SDK to `2.26.1` & Android SDK to `4.2.2`
Expand Down
7 changes: 2 additions & 5 deletions splitio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: splitio
publish_to: 'none'
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.2.0-rc.1
homepage: https://split.io/
Expand All @@ -20,10 +19,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
splitio_android: #^0.2.0-rc.1
path: ../splitio_android
splitio_ios: #^0.2.0-rc.1
path: ../splitio_ios
splitio_android: ^0.2.0-rc.1
splitio_ios: ^0.2.0-rc.1
splitio_platform_interface: ^1.5.0

dev_dependencies:
Expand Down

0 comments on commit 3ec4419

Please sign in to comment.