Skip to content

Commit

Permalink
Prepare for 3ds2sdk 6.2.0 release (#9669)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjclawson-stripe authored Nov 19, 2024
1 parent 18b39c2 commit a98439d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions 3ds2sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 6.2.0 - 2024-11-19
- [#9639](https://github.com/stripe/stripe-android/pull/9639) Update 3DS spec to 2.2

## 6.1.8 - 2024-01-25
- [#11535](https://git.corp.stripe.com/stripe-internal/android/pull/11535) Add tink to proguard rules.

Expand Down
2 changes: 1 addition & 1 deletion 3ds2sdk/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.8
6.2.0
2 changes: 1 addition & 1 deletion 3ds2sdk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update SdkVersion when publishing a new release
VERSION_NAME=6.1.8
VERSION_NAME=6.2.0
STRIPE_ANDROID_NAMESPACE=com.stripe.android.stripe3ds2
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package com.stripe.android.stripe3ds2

internal object SdkVersion {
// update these values when publishing a new release
internal const val VERSION_NAME = "6.1.8"
internal const val VERSION_CODE = 25
internal const val VERSION_NAME = "6.2.0"
internal const val VERSION_CODE = 26
}

0 comments on commit a98439d

Please sign in to comment.