Skip to content

Commit

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

Co-authored-by: NQuinn27 <[email protected]>
  • Loading branch information
primer-security-integrations and NQuinn27 authored Apr 10, 2024
1 parent e25d470 commit 79910e4
Show file tree
Hide file tree
Showing 4 changed files with 9 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 = "1.1.0"
version = "1.1.1"
version_files = [
"Framework/PrimerKlarnaSDK/Sources/Version/version.swift:let PrimerKlarnaSDKVersion",
"PrimerKlarnaSDK.podspec:spec.version"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.1 (2024-04-10)

### Fix

- update KlarnaMobileSDK (#27)

## 1.1.0 (2024-01-26)

- The wrapped KlarnaMobileSDK has been upgraded to v2.6.14
Expand Down
2 changes: 1 addition & 1 deletion Framework/PrimerKlarnaSDK/Sources/Version/version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let PrimerKlarnaSDKVersion = "1.1.0"
let PrimerKlarnaSDKVersion = "1.1.1"
2 changes: 1 addition & 1 deletion PrimerKlarnaSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "PrimerKlarnaSDK"
spec.version = "1.1.0"
spec.version = "1.1.1"
spec.swift_version = '5.0'
spec.summary = "A wrapper of the KlarnaMobileSDK."
spec.description = "PrimerKlarnaSDK is a wrapper of the KlarnaMobileSDK that exposes its functionality source it can be used within the PrimerSDK as a separate module."
Expand Down

0 comments on commit 79910e4

Please sign in to comment.