diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b56d1..6ee1c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.9-alpha+1 +* Fixed issue with null initializer field(#18) +* Improve validation of initializer fields + ## 0.0.9-alpha * Fixed bugs with validating initializer fields(#3) * Fixed issue with rendering company name (#4) diff --git a/pubspec.yaml b/pubspec.yaml index 8b3bd0a..f3ed890 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.9-alpha +version: 0.0.9-alpha+1 author: Wilberforce Uwadiegwu homepage: https://github.com/wilburt/rave_flutter