Skip to content

Commit

Permalink
Update version and CHANGELOG for 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-brown-cko committed Nov 2, 2021
1 parent 43bc19c commit 97d9b1d
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.5.2](https://github.com/checkout/frames-ios/releases/tag/3.5.2)

Released on 2021-11-04.

#### Fixed

* Issue where `ThreedsWebViewControllerDelegate` callback methods were called twice per 3DS flow

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

Released on 2021-10-19.
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.5.1"
s.version = "3.5.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/Core/Constants.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
struct Constants {

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

}

0 comments on commit 97d9b1d

Please sign in to comment.