Skip to content

Commit 3786441

Browse files
Update version to 25.1.0
1 parent fc5c94c commit 3786441

18 files changed

+20
-18
lines changed

BuildConfigurations/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
// Instead, edit the `VERSION` file and run `ci_scripts/update_version.sh`
77
//
88

9-
CURRENT_PROJECT_VERSION=25.0.1
9+
CURRENT_PROJECT_VERSION=25.1.0

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## X.Y.Z - changes pending release
1+
## X.Y.Z - changes pending release
2+
3+
## 25.1.0 2025-11-18
24
### PaymentSheet
35
* [Added] Added `card` property to `STPPaymentMethodPreview` to expose card details (brand, country, exp_month, exp_year, funding, last4, display_brand) from ConfirmationTokens.
46

Stripe.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '25.0.1'
6+
s.version = '25.1.0'
77

88
s.summary = 'Accept online payments using Stripe.'
99
s.license = { :type => 'MIT', :file => 'LICENSE' }

StripeApplePay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '25.0.1'
6+
s.version = '25.1.0'
77

88
s.summary = 'StripeApplePay is a lightweight Apple Pay SDK intended for building App Clips '\
99
'or other size-constrained apps.'

StripeCameraCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '25.0.1'
6+
s.version = '25.1.0'
77

88
s.summary = 'StripeCameraCore contains shared infrastructure used by Stripe pods. '\
99
'It is not meant to be used without other Stripe pods.'

StripeCardScan.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '25.0.1'
6+
s.version = '25.1.0'
77

88
s.summary = 'Scan credit and debit cards to verify that they\'re genuine'
99
s.license = { :type => 'MIT', :file => 'LICENSE' }

StripeConnect.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '25.0.1'
6+
s.version = '25.1.0'
77

88
s.summary = 'Use Connect embedded components to add connected account dashboard functionality to your app.'
99
s.license = { type: 'MIT', file: 'LICENSE' }

StripeCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '25.0.1'
6+
s.version = '25.1.0'
77

88
s.summary = 'StripeCore contains shared infrastructure used by all Stripe pods. '\
99
'It is not meant to be used without other Stripe pods.'

StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
extension StripeAPIConfiguration {
1212
/// The current version of this library.
13-
public static let STPSDKVersion = "25.0.1"
13+
public static let STPSDKVersion = "25.1.0"
1414

1515
// NOTE: `STPSDKVersion` must be a hard-coded static string instead of
1616
// dynamically generated from the bundle's `CFBundleShortVersionString` to

StripeCryptoOnramp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '25.0.1'
6+
s.version = '25.1.0'
77

88
s.summary = 'Facilitates crypto onramp transactions with built-in KYC and identity verification.'
99
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)