Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
borisprimer authored and github-actions[bot] committed Oct 24, 2024
1 parent b468157 commit 4b066c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion PrimerSDK.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/PrimerSDK/Classes/version.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// swiftlint:disable:next identifier_name
public let PrimerSDKVersion = "2.31.2"
public let PrimerSDKVersion = "2.31.3"

0 comments on commit 4b066c2

Please sign in to comment.