diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9daccd..9210da04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Android Card Form Release Notes -## unreleased +## 5.1.0 * Bump `compileSdkVersion` and `targetSdkVersion` to API level 30 * Add support for Maestro cards beginning in 5043 * Update Visa card icons (fixes #103) diff --git a/README.md b/README.md index c4043e71..98e9766f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add the dependency in your `build.gradle`: ```groovy dependencies { - implementation 'com.braintreepayments:card-form:5.0.0' + implementation 'com.braintreepayments:card-form:5.1.0' } ``` diff --git a/build.gradle b/build.gradle index 1a931a53..c50bf48e 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ plugins { id 'io.codearte.nexus-staging' version '0.21.2' } -version '5.0.1-SNAPSHOT' +version '5.1.0' ext { compileSdkVersion = 30 minSdkVersion = 21