diff --git a/CHANGELOG.md b/CHANGELOG.md index 0425b9e..37043eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.7 + +- Changed pubspec versioning to allow lower SDK constraints (>=2.12.0) + ## 0.0.6 - Improved assertion and error messaging when missing stripe implements diff --git a/pubspec.yaml b/pubspec.yaml index 254f760..f900a93 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: stripe_native_card_field description: A native flutter implementation of the elegant Stripe Card Field. -version: 0.0.6 +version: 0.0.7 repository: https://git.fosscat.com/n8r/stripe_native_card_field environment: - sdk: '>=3.1.3 <4.0.0' + sdk: '>=2.12.0 <4.0.0' flutter: ">=1.17.0" dependencies: