From 13da1901e24172b39c5b72a46936cea6c375d8a0 Mon Sep 17 00:00:00 2001 From: Anas Fikhi Date: Fri, 28 Jul 2023 13:12:46 +0100 Subject: [PATCH] [ Edit ] exposed the 0.8.4 version of the SDK --- CHANGELOG.md | 5 +++++ README.md | 16 +++++++--------- pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e74b2..96e82c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.8.4 + +- Bug fixes. +- Added unit tests to ensure current & future stability. + ## 0.8.3 - Exposed handling of different payment responses (success, failure, 3ds etc.) diff --git a/README.md b/README.md index 918fa72..93d8e00 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ This is Dart/Flutter SDK for [YouCan Pay APIs](https://youcanpay.com/docs/api), - Supports all the API endpoints. - Configure once, use everywhere. - ### Code progress (100%) - [x] [Payment](#payment) @@ -21,17 +20,16 @@ This is Dart/Flutter SDK for [YouCan Pay APIs](https://youcanpay.com/docs/api), - [x] [Withdrawals](#withdrawals) - [x] [Deposit](#deposit) - ### Test progress (0%) - [.] [Payment](#payment) -- [.] [Account](#account) -- [.] [Currencies](#currencies) -- [.] [Transfers](#transfers) -- [.] [Invoices](#invoices) -- [.] [Balance History](#balance-history) -- [.] [Withdrawals](#withdrawals) -- [.] [Deposit](#deposit) +- [x] [Account](#account) +- [x] [Currencies](#currencies) +- [x] [Transfers](#transfers) +- [x] [Invoices](#invoices) +- [x] [Balance History](#balance-history) +- [x] [Withdrawals](#withdrawals) +- [x] [Deposit](#deposit) ## Usage diff --git a/pubspec.yaml b/pubspec.yaml index 36c9d8e..71f5f0c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: youcan_pay description: A Dart/Flutter client SDK for Youcan pay APIs, which allows you to integrate Youcan pay payment gateway into your Dart/Flutter project. -version: 0.8.3 +version: 0.8.4 repository: https://github.com/anasfik/youcan_pay documentation: https://github.com/anasfik/youcan_pay/blob/main/README.md issue_tracker: https://github.com/anasfik/youcan_pay/issues