From 7e283e35d6b44faff27a9c0acff471136355b90d Mon Sep 17 00:00:00 2001 From: Lars-Kristian Dahl Date: Wed, 1 Apr 2020 23:05:54 +0200 Subject: [PATCH] Release 2.5.0 Update version and changelog --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce0fb6..ef4dd18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Stripe SDK Changelog + +## 2.5.0 + +* Add support for custom return url scheme +* Update documentation + ## 2.4.5 * Add links to complete examples of the stripe SDK and supporting backend. diff --git a/pubspec.yaml b/pubspec.yaml index ae2259d..a64a80b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_sdk description: The only native Stripe library for Flutter. Has complete support for SCA/PSD2, payment intents and the newest Stripe features. -version: 2.4.5 +version: 2.5.0 homepage: https://github.com/ezet/stripe_sdk environment: