diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc237706..0f82cfd0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-07-31 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_ios` - `v9.3.0+1`](#stripe_ios---v9301) + - [`flutter_stripe` - `v9.3.1`](#flutter_stripe---v931) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `flutter_stripe` - `v9.3.1` + +--- + +#### `stripe_ios` - `v9.3.0+1` + + - Fix #1325 Stripe conversion issue + + ## 2023-07-18 ### Changes diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index 5592474a8..0d84bd98c 100644 --- a/packages/stripe/pubspec.yaml +++ b/packages/stripe/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: sdk: flutter meta: ^1.8.0 stripe_android: ^9.3.0 - stripe_ios: ^9.3.0 + stripe_ios: ^9.3.1 stripe_platform_interface: ^9.3.0 dev_dependencies: flutter_test: diff --git a/packages/stripe_ios/CHANGELOG.md b/packages/stripe_ios/CHANGELOG.md index 99f6f4daa..298ebcf8a 100644 --- a/packages/stripe_ios/CHANGELOG.md +++ b/packages/stripe_ios/CHANGELOG.md @@ -1,3 +1,6 @@ +## 9.3.1 +- Fix #1325 Paymentsheet conversion issue + ## 9.3.0 **Features** - Add method for retrieve setupintent. diff --git a/packages/stripe_ios/pubspec.yaml b/packages/stripe_ios/pubspec.yaml index 9c975b061..3a2fc6725 100644 --- a/packages/stripe_ios/pubspec.yaml +++ b/packages/stripe_ios/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_ios description: Stripe platform implementation for iOS -version: 9.3.0 +version: 9.3.1 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe