Skip to content

Commit

Permalink
Merge pull request #70 from checkout/release/release-3.4.2
Browse files Browse the repository at this point in the history
Update CHANGELOG and version for 3.4.2
  • Loading branch information
harry-brown-cko authored May 10, 2021
2 parents df9c3f1 + 661e95a commit ee5ac4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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.

#### 3.x Releases

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

Released on 2021-05-10.

#### Fixed

* App Store distribution issues for Carthage apps that use Frames and PhoneNumberKit.

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

Released on 2021-04-13.
Expand Down
2 changes: 1 addition & 1 deletion 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 = "3.4.1"
s.version = "3.4.2"
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 Down
2 changes: 1 addition & 1 deletion Source/CheckoutAPIClient+Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ import Foundation
extension CheckoutAPIClient {
enum Constants {
static let productName = "frames-ios-sdk"
static let version = "3.4.1"
static let version = "3.4.2"
}
}

0 comments on commit ee5ac4b

Please sign in to comment.