From ed04f7f402a24e878b1c5f9315a4fe88cd362a88 Mon Sep 17 00:00:00 2001 From: Wilberforce Uwadiegwu Date: Sun, 3 Nov 2019 07:29:26 +0100 Subject: [PATCH] Changes for 0.0.8-alpha+1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e91bc..c0aaca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.8-alpha+1 +* Fixed issue with initializing payload with payment plan +* Added error messages for payment methods that's under development + ## 0.0.8-alpha * Implemented a more robust card payment handling diff --git a/pubspec.yaml b/pubspec.yaml index 4515ab2..603ddee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rave_flutter description: A new Flutter plugin for making payment with Flutterwave's rave. -version: 0.0.8-alpha +version: 0.0.8-alpha+1 author: Wilberforce Uwadiegwu homepage: https://github.com/wilburt/rave_flutter