Skip to content

Commit

Permalink
Bump version to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
okhan-okbay-cko committed Aug 25, 2023
1 parent 5566b26 commit a84f8f9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.

#### 4.x Releases

## [4.2.1](https://github.com/checkout/frames-ios/releases/tag/4.2.1)

Released on 2023-08-25

Updates:

- Renames the internal data type PaymentViewController to FramesPaymentViewController. No breaking changes.

## [4.2.0](https://github.com/checkout/frames-ios/releases/tag/4.2.0)

Released on 2023-08-15
Expand Down
2 changes: 1 addition & 1 deletion Checkout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Checkout'
s.version = '4.2.0'
s.version = '4.2.1'
s.summary = 'Checkout SDK for iOS'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Checkout/Source/Validation/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum Constants {
}

enum Product {
static let version = "4.2.0"
static let version = "4.2.1"
static let name = "checkout-ios-sdk"
static let userAgent = "checkout-sdk-ios/\(version)"
}
Expand Down
4 changes: 2 additions & 2 deletions Frames.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Frames"
s.version = "4.2.0"
s.version = "4.2.1"
s.summary = "Checkout API Client, Payment Form UI and Utilities in Swift"
s.description = <<-DESC
Checkout API Client and Payment Form Utilities in Swift.
Expand All @@ -19,6 +19,6 @@ Pod::Spec.new do |s|

s.dependency 'PhoneNumberKit'
s.dependency 'CheckoutEventLoggerKit', '~> 1.2.4'
s.dependency 'Checkout', '4.2.0'
s.dependency 'Checkout', '4.2.1'

end
2 changes: 1 addition & 1 deletion Source/Core/Constants/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
enum Constants {

static let productName = "frames-ios-sdk"
static let version = "4.2.0"
static let version = "4.2.1"
static let userAgent = "checkout-sdk-frames-ios/\(version)"

enum Logging {
Expand Down

0 comments on commit a84f8f9

Please sign in to comment.