Skip to content

Commit

Permalink
Bump version to 21.2.1 (#9725)
Browse files Browse the repository at this point in the history
* Bump version to 21.2.1

* Change release note
  • Loading branch information
tillh-stripe authored Dec 2, 2024
1 parent 7f11eec commit 7add650
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# CHANGELOG

## XX.XX.XX - 20XX-XX-XX

## 21.2.1 - 2024-12-02
### PaymentSheet
- [CHANGED][9695](https://github.com/stripe/stripe-android/pull/9695) US Bank Account now supports the `instant_or_skip` verification method.
- [FIXED][9695](https://github.com/stripe/stripe-android/pull/9695) US Bank Account now supports the `instant_or_skip` verification method.

## 21.2.0 - 2024-11-19
### Payments
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Add `stripe-android` to your `build.gradle` dependencies.

```
dependencies {
implementation 'com.stripe:stripe-android:21.2.0'
implementation 'com.stripe:stripe-android:21.2.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.2.0
21.2.1
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ android.useAndroidX=true
android.experimental.androidTest.numManagedDeviceShards=3

# Update StripeSdkVersion.VERSION_NAME when publishing a new release
VERSION_NAME=21.2.0
VERSION_NAME=21.2.1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ package com.stripe.android.core.version
*
*/
object StripeSdkVersion {
const val VERSION_NAME = "21.2.0"
const val VERSION_NAME = "21.2.1"
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
}

0 comments on commit 7add650

Please sign in to comment.