Skip to content

Commit

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

Co-authored-by: semirp <[email protected]>
  • Loading branch information
primer-security-integrations and semirp authored Dec 15, 2023
1 parent 3fd6853 commit f04c5e6
Show file tree
Hide file tree
Showing 4 changed files with 13 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.18.3"
version = "2.19.0"
version_files = [
"Sources/PrimerSDK/Classes/version.swift:let PrimerSDKVersion",
"PrimerSDK.podspec:s.version"
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.19.0 (2023-12-15)

### Feat

- Support for 3DS SDK v2.1.0 (#764)

### Fix

- add additional info to errors (#759)

## 2.18.3 (2023-12-06)

### 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.18.3"
s.version = "2.19.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 +1 @@
let PrimerSDKVersion = "2.18.3"
let PrimerSDKVersion = "2.19.0"

0 comments on commit f04c5e6

Please sign in to comment.