From 4b066c2903e2454b90dba194623aff152505d7eb Mon Sep 17 00:00:00 2001 From: borisprimer <137198782+borisprimer@users.noreply.github.com> Date: Thu, 24 Oct 2024 06:45:18 +0000 Subject: [PATCH] [create-pull-request] automated change --- .cz.toml | 2 +- CHANGELOG.md | 9 +++++++++ PrimerSDK.podspec | 2 +- Sources/PrimerSDK/Classes/version.swift | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.cz.toml b/.cz.toml index d8584e71d..597511058 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] version_scheme = "semver" -version = "2.31.2" +version = "2.31.3" version_files = [ "Sources/PrimerSDK/Classes/version.swift:let PrimerSDKVersion", "PrimerSDK.podspec:s.version" diff --git a/CHANGELOG.md b/CHANGELOG.md index ea39d55f4..58e141b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.31.3 (2024-10-24) + +### Fix + +- Expose VaultedPaymentMethod initialiser (#1032) +- Prevent dismissal of Drop-in card form while a payment is active (#1031) +- Discover card network image not showing (#1025) +- Move the cursor to the end of the text after pasting the card number (#1027) + ## 2.31.2 (2024-10-16) ### Fix diff --git a/PrimerSDK.podspec b/PrimerSDK.podspec index f897964af..b05dbb4bc 100644 --- a/PrimerSDK.podspec +++ b/PrimerSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PrimerSDK" - s.version = "2.31.2" + s.version = "2.31.3" 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 166189ce3..16dbe98cb 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.31.2" +public let PrimerSDKVersion = "2.31.3"