Skip to content

Commit

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

Co-authored-by: NQuinn27 <3179752+NQuinn27@users.noreply.github.com>
  • Loading branch information
primer-security-integrations and NQuinn27 authored Aug 6, 2024
1 parent 459d512 commit 576ac21
Show file tree
Hide file tree
Showing 4 changed files with 17 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.27.0"
version = "2.28.0"
version_files = [
"Sources/PrimerSDK/Classes/version.swift:let PrimerSDKVersion",
"PrimerSDK.podspec:s.version"
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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.
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.27.0"
public let PrimerSDKVersion = "2.28.0"

0 comments on commit 576ac21

Please sign in to comment.