From 67d904d86eef26dbebd7aff0630190e5b7303533 Mon Sep 17 00:00:00 2001 From: Mat Schmid Date: Mon, 2 Dec 2024 13:44:17 -0500 Subject: [PATCH] Update version to 24.1.1 --- BuildConfigurations/Version.xcconfig | 2 +- CHANGELOG.md | 2 +- Stripe.podspec | 2 +- StripeApplePay.podspec | 2 +- StripeCameraCore.podspec | 2 +- StripeCardScan.podspec | 2 +- StripeCore.podspec | 2 +- .../Source/API Bindings/StripeAPIConfiguration+Version.swift | 2 +- StripeFinancialConnections.podspec | 2 +- StripeIdentity.podspec | 2 +- StripePaymentSheet.podspec | 2 +- StripePayments.podspec | 2 +- StripePaymentsUI.podspec | 2 +- StripeUICore.podspec | 2 +- VERSION | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/BuildConfigurations/Version.xcconfig b/BuildConfigurations/Version.xcconfig index 48068b8659d..c0b25a40153 100644 --- a/BuildConfigurations/Version.xcconfig +++ b/BuildConfigurations/Version.xcconfig @@ -6,4 +6,4 @@ // Instead, edit the `VERSION` file and run `ci_scripts/update_version.sh` // -CURRENT_PROJECT_VERSION=24.1.0 +CURRENT_PROJECT_VERSION=24.1.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 301c4e67ddb..d109e2e5b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## x.x.x x-x-x +## 24.1.1 2024-12-02 ### PaymentSheet * [Fixed] Fixed an animation glitch when dismissing PaymentSheet in React Native. * [Fixed] Fixed an issue in Instant Bank Payments that occurred when using a connected account. diff --git a/Stripe.podspec b/Stripe.podspec index 3f42870dfc0..072f2e91594 100644 --- a/Stripe.podspec +++ b/Stripe.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.0' + s.version = '24.1.1' s.summary = 'Accept online payments using Stripe.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeApplePay.podspec b/StripeApplePay.podspec index fbd5ef66b20..e7939f0b684 100644 --- a/StripeApplePay.podspec +++ b/StripeApplePay.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.0' + s.version = '24.1.1' s.summary = 'StripeApplePay is a lightweight Apple Pay SDK intended for building App Clips '\ 'or other size-constrained apps.' diff --git a/StripeCameraCore.podspec b/StripeCameraCore.podspec index cb11e74de7a..631f55cd317 100644 --- a/StripeCameraCore.podspec +++ b/StripeCameraCore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.0' + s.version = '24.1.1' s.summary = 'StripeCameraCore contains shared infrastructure used by Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/StripeCardScan.podspec b/StripeCardScan.podspec index 6b0dce31681..6b1c76da1a4 100644 --- a/StripeCardScan.podspec +++ b/StripeCardScan.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.0' + s.version = '24.1.1' s.summary = 'Scan credit and debit cards to verify that they\'re genuine' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeCore.podspec b/StripeCore.podspec index 3322be9f127..13ea37d857d 100644 --- a/StripeCore.podspec +++ b/StripeCore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.0' + s.version = '24.1.1' s.summary = 'StripeCore contains shared infrastructure used by all Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift b/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift index 4b4f26204bc..e9c3acdc5c4 100644 --- a/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift +++ b/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift @@ -10,7 +10,7 @@ import Foundation extension StripeAPIConfiguration { /// The current version of this library. - public static let STPSDKVersion = "24.1.0" + public static let STPSDKVersion = "24.1.1" // NOTE: `STPSDKVersion` must be a hard-coded static string instead of // dynamically generated from the bundle's `CFBundleShortVersionString` to diff --git a/StripeFinancialConnections.podspec b/StripeFinancialConnections.podspec index 69f81f69d3e..00395fea6d4 100644 --- a/StripeFinancialConnections.podspec +++ b/StripeFinancialConnections.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.0' + s.version = '24.1.1' s.summary = 'Securely connect financial accounts to Stripe\'s merchant account.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeIdentity.podspec b/StripeIdentity.podspec index 4b21a4b8ffa..2f9d2e66c54 100644 --- a/StripeIdentity.podspec +++ b/StripeIdentity.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.0' + s.version = '24.1.1' s.summary = 'Securely capture ID documents and selfies on iOS for use with Stripe\'s Identity API to confirm the identity of global users.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripePaymentSheet.podspec b/StripePaymentSheet.podspec index f72b3a0ace9..b908d00c3ef 100644 --- a/StripePaymentSheet.podspec +++ b/StripePaymentSheet.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.0' + s.version = '24.1.1' s.summary = "Stripe's prebuilt payment UI." s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePayments.podspec b/StripePayments.podspec index 17b219576ad..d3f4a45c6df 100644 --- a/StripePayments.podspec +++ b/StripePayments.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.0' + s.version = '24.1.1' s.summary = 'Bindings for the Stripe Payments API.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePaymentsUI.podspec b/StripePaymentsUI.podspec index 5b18aad67c9..76f4e0f6896 100644 --- a/StripePaymentsUI.podspec +++ b/StripePaymentsUI.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.0' + s.version = '24.1.1' s.summary = 'UI elements and API bindings for building a custom payment flow using Stripe.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripeUICore.podspec b/StripeUICore.podspec index 437edb71514..69ec22e588e 100644 --- a/StripeUICore.podspec +++ b/StripeUICore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.0' + s.version = '24.1.1' s.summary = 'StripeUICore contains shared infrastructure used by all Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/VERSION b/VERSION index cb4ead4a688..15e45a76ee2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.1.0 \ No newline at end of file +24.1.1 \ No newline at end of file