From 576ac21bce929b1f5b74ebfa30b2abe4d706bdbb Mon Sep 17 00:00:00 2001 From: Security Integrations Date: Tue, 6 Aug 2024 14:36:40 +0200 Subject: [PATCH] Release 2.28.0 (#963) [create-pull-request] automated change Co-authored-by: NQuinn27 <3179752+NQuinn27@users.noreply.github.com> --- .cz.toml | 2 +- CHANGELOG.md | 14 ++++++++++++++ PrimerSDK.podspec | 2 +- Sources/PrimerSDK/Classes/version.swift | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.cz.toml b/.cz.toml index aa12f2eea5..92c7dfc70d 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] version_scheme = "semver" -version = "2.27.0" +version = "2.28.0" version_files = [ "Sources/PrimerSDK/Classes/version.swift:let PrimerSDKVersion", "PrimerSDK.podspec:s.version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 21b6590104..9ddc271395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 2.28.0 (2024-08-06) + +### Feat + +- session is active (#962) +- **apple-pay**: Prefer using merchantName from Configuration over th… (#958) + +### Fix + +- Validate PENDING in resume if showSuccessCheckoutOnPendingPayment flag is true (#957) +- Concurrent dependency access (#950) +- Add duration tracking for network requests (#952) +- Fix crash when attempting to clean up 3DS prior to initialisation (#937) + ## 2.27.0 (2024-07-10) ### Feat diff --git a/PrimerSDK.podspec b/PrimerSDK.podspec index 7ef0ca569a..f49755c223 100644 --- a/PrimerSDK.podspec +++ b/PrimerSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PrimerSDK" - s.version = "2.27.0" + s.version = "2.28.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 3b6703b1a0..ec89e64ad2 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.27.0" +public let PrimerSDKVersion = "2.28.0"