Skip to content

Commit

Permalink
Bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanDinkovPaysafe committed Apr 11, 2024
1 parent 27d43d8 commit 6edac48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

All notable changes to this project will be documented in this file.

## [2.5.0]
## [2.6.0]
### Added - 2024-04-10
- Add Privacy Manifest (#15)
### Added - 2024-04-09
- Updated Cardinal mobile SDK dependency to version 2.2.5-8 (#14)

## [2.5.0]
### Added - 2023-05-03
- Remove 3DS version 1 fallback (#12)

Expand Down
4 changes: 2 additions & 2 deletions Paysafe_SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Paysafe_SDK"
s.version = "2.5.0"
s.version = "2.6.0"
s.summary = "Paysafe SDK handling 3DS 2 and Apple Pay"

s.license = "MIT"
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source_files = 'Paysafe_SDK/**/*.{swift,h,m}'
s.resources = 'Paysafe_SDK/**/*.html','**/*paysafe_sdk_versioning-Info.plist'

s.platform = :ios, "10.0"
s.platform = :ios, "12.0"
s.swift_version = '5.0'
s.requires_arc = true
s.vendored_frameworks = "Frameworks/CardinalMobile.xcframework"
Expand Down
2 changes: 1 addition & 1 deletion paysafe_sdk_versioning-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>PaysafeSDKBundleVersion</key>
<string>2.5.0</string>
<string>2.6.0</string>
</dict>
</plist>

0 comments on commit 6edac48

Please sign in to comment.