Skip to content

Commit 0436270

Browse files
authored
Bump version to 23.9.2 (#13184)
1 parent c3a0cea commit 0436270

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.stripe.android.stripe3ds2
22

33
internal object SdkVersion {
4-
internal const val VERSION_NAME = "23.9.1"
4+
internal const val VERSION_NAME = "23.9.2"
55
}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
NEXT_VERSION_BUMP: PATCH
44
## XX.XX.XX - 20XX-XX-XX
55

6+
## 23.9.2 - 2026-06-01
7+
68
### Payments
79
* [CHANGED][13144](https://github.com/stripe/stripe-android/pull/13144) On payment or setup confirmation failure, we now include error code, decline code, and error type in the exception thrown.
810

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Add `stripe-android` to your `build.gradle` dependencies.
6767

6868
```
6969
dependencies {
70-
implementation 'com.stripe:stripe-android:23.9.1'
70+
implementation 'com.stripe:stripe-android:23.9.2'
7171
}
7272
```
7373

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.9.1
1+
23.9.2

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ org.gradle.configuration-cache=true
2323
org.gradle.configuration-cache.problems=warn
2424

2525
# Update StripeSdkVersion.VERSION_NAME when publishing a new release
26-
VERSION_NAME=23.9.1
26+
VERSION_NAME=23.9.2

stripe-core/src/main/java/com/stripe/android/core/version/StripeSdkVersion.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ package com.stripe.android.core.version
88
*
99
*/
1010
object StripeSdkVersion {
11-
const val VERSION_NAME = "23.9.1"
11+
const val VERSION_NAME = "23.9.2"
1212
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
1313
}

0 commit comments

Comments
 (0)