diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8503f..19d47ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Last updated Sep 5, 2016 (from http://keepachangelog.com/) All notable changes to this project will be documented in this file. +## Released v3.0.5 on Jun 20, 2017 +- Fixed a bug that made some verve cards get bounced by the validator +- Other minor bug fixes ## Released v3.0.1 on Apr 7, 2017 - Add access_code support (`chargeCard` will resume transaction initialized on server) diff --git a/README.md b/README.md index b125300..8ce2b91 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You do not need to clone this repository or download the files. Just add the fol ```gradle dependencies { - compile 'co.paystack.android:paystack:3.0.4' + compile 'co.paystack.android:paystack:3.0.5' } ``` diff --git a/build.gradle b/build.gradle index 5000c0e..af52b0d 100644 --- a/build.gradle +++ b/build.gradle @@ -24,9 +24,9 @@ ext { compileSdkVersion = 25 minSdkVersion = 16 targetSdkVersion = 25 - versionCode = 15 + versionCode = 16 buildToolsVersion = "25.0.1" supportLibraryVersion = "25.3.1" - versionName = "3.0.4" + versionName = "3.0.5" } \ No newline at end of file