Skip to content

Commit

Permalink
Release 2.32.0 (#1045)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change

* Update CHANGELOG.md

---------

Co-authored-by: NQuinn27 <[email protected]>
Co-authored-by: Niall Quinn <[email protected]>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent e86d2e2 commit 9dcd62b
Show file tree
Hide file tree
Showing 4 changed files with 14 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.3"
version = "2.32.0"
version_files = [
"Sources/PrimerSDK/Classes/version.swift:let PrimerSDKVersion",
"PrimerSDK.podspec:s.version"
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.32.0 (2024-11-13)

### Feat

- Add additional dismissal controls to PrimerUIOptions

### Fix

- Range or index out of bounds crash (#1041)
- Crash in InternalCardComponentsManager (#1042)

## 2.31.3 (2024-10-24)

### 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.3"
s.version = "2.32.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.
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.3"
public let PrimerSDKVersion = "2.32.0"

0 comments on commit 9dcd62b

Please sign in to comment.