Skip to content

Commit a98439d

Browse files
Prepare for 3ds2sdk 6.2.0 release (#9669)
1 parent 18b39c2 commit a98439d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

3ds2sdk/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 6.2.0 - 2024-11-19
4+
- [#9639](https://github.com/stripe/stripe-android/pull/9639) Update 3DS spec to 2.2
5+
36
## 6.1.8 - 2024-01-25
47
- [#11535](https://git.corp.stripe.com/stripe-internal/android/pull/11535) Add tink to proguard rules.
58

3ds2sdk/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.8
1+
6.2.0

3ds2sdk/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update SdkVersion when publishing a new release
2-
VERSION_NAME=6.1.8
2+
VERSION_NAME=6.2.0
33
STRIPE_ANDROID_NAMESPACE=com.stripe.android.stripe3ds2

3ds2sdk/src/main/kotlin/com/stripe/android/stripe3ds2/SdkVersion.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package com.stripe.android.stripe3ds2
22

33
internal object SdkVersion {
44
// update these values when publishing a new release
5-
internal const val VERSION_NAME = "6.1.8"
6-
internal const val VERSION_CODE = 25
5+
internal const val VERSION_NAME = "6.2.0"
6+
internal const val VERSION_CODE = 26
77
}

0 commit comments

Comments
 (0)