diff --git a/.cz.toml b/.cz.toml index 7490f983e..2018d9aee 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] version_scheme = "semver" -version = "2.32.1" +version = "2.33.0" version_files = [ "Sources/PrimerSDK/Classes/version.swift:let PrimerSDKVersion", "PrimerSDK.podspec:s.version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b64a5b1..6bb538d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 2.33.0 (2024-12-17) + +### Feat + +- Enable ACH via Stripe Vaulting flows (#1056) +- Expose ApplePay Shipping Options and align them with Web SDK (#1049) + +### Fix + +- Update error type when canceling Paypal payment (#1060) +- Update the default background color of the default theme for dark mode (#1061) +- Disable the close button for Klarna during payment processing (#1058) +- Make success asset visible In dark mode (#1059) + ## 2.32.1 (2024-11-21) ### Fix diff --git a/PrimerSDK.podspec b/PrimerSDK.podspec index 4eb0a094b..831b5d64f 100644 --- a/PrimerSDK.podspec +++ b/PrimerSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PrimerSDK" - s.version = "2.32.1" + s.version = "2.33.0" s.summary = "Official iOS SDK for Primer" s.description = <<-DESC This library contains the official iOS SDK for Primer. Install this Cocoapod to seemlessly integrate the Primer Checkout & API platform in your app. diff --git a/Sources/PrimerSDK/Classes/version.swift b/Sources/PrimerSDK/Classes/version.swift index f82685df4..d9962149b 100644 --- a/Sources/PrimerSDK/Classes/version.swift +++ b/Sources/PrimerSDK/Classes/version.swift @@ -1,2 +1,2 @@ // swiftlint:disable:next identifier_name -public let PrimerSDKVersion = "2.32.1" +public let PrimerSDKVersion = "2.33.0"