diff --git a/AffirmSDK.podspec b/AffirmSDK.podspec index 874cd70..f6ce52b 100644 --- a/AffirmSDK.podspec +++ b/AffirmSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'AffirmSDK' s.authors = "Affirm, Inc." - s.version = '5.0.10' + s.version = '5.0.11' s.summary = 'Integrate Affirm into your iOS app' s.homepage = 'https://github.com/Affirm/affirm-merchant-sdk-ios' s.license = { :type => "BSD-3-Clause", :file => "LICENSE" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03fd30a..fd6cd96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Affirm iOS SDK Changelog All notable changes to the SDK will be documented in this file. +## Version 5.0.11 (March 13, 2020) +- Update metadata + ## Version 5.0.10 (February 21, 2020) - Bug-fix diff --git a/UPGRADE.md b/UPGRADE.md index c8ffd3c..b32f428 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -3,11 +3,11 @@ How to upgrade? If you want to upgrade you sdk to the lastest, please check the following points: ## Version -The latest version is `v5.0.10`, you can upgrade sdk by [CocoaPods](https://cocoapods.org/) and [Carthage](https://github.com/Carthage/Carthage). +The latest version is `v5.0.11`, you can upgrade sdk by [CocoaPods](https://cocoapods.org/) and [Carthage](https://github.com/Carthage/Carthage). For example: -if you use [CocoaPods](https://cocoapods.org/), please make sure you pod repo contains `v5.0.10`, you can use `pod search AffirmSDK` to check it. Otherwise, you should update pod repo before upgrade. +if you use [CocoaPods](https://cocoapods.org/), please make sure you pod repo contains `v5.0.11`, you can use `pod search AffirmSDK` to check it. Otherwise, you should update pod repo before upgrade. ## Fetch updated library @@ -15,7 +15,7 @@ if you use [CocoaPods](https://cocoapods.org/), please make sure you pod repo co If you already use specific sdk version in Podfile, please modify the line related to affirmSDK as follows: ``` -pod 'AffirmSDK', '~> 5.0.10' +pod 'AffirmSDK', '~> 5.0.11' ``` Otherwise, just use `pod update AffirmSDK` in terminal to update AffirmSDK.