Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyBeall committed Feb 14, 2020
1 parent d540eda commit fdf4cbb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AffirmSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AffirmSDK'
s.authors = "Affirm, Inc."
s.version = '5.0.8'
s.version = '5.0.9'
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" }
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Affirm iOS SDK Changelog
All notable changes to the SDK will be documented in this file.

## Version 5.0.9 (February 13, 2020)
- Add webhook session ID
- Update logos
- Add support for CA currency
- Change promo endpoint
- Remove promoId dependency from ala messaging call
- Add iOS Callback callback
- Update iOS SDK to accept total amount
- Bug-fixes
- VCN Support null data

## Version 5.0.8 (November 12, 2019)
- Support for Blue and Black logo in text

Expand Down
6 changes: 3 additions & 3 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ 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.8`, you can upgrade sdk by [CocoaPods](https://cocoapods.org/) and [Carthage](https://github.com/Carthage/Carthage).
The latest version is `v5.0.9`, 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.8`, 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.9`, you can use `pod search AffirmSDK` to check it. Otherwise, you should update pod repo before upgrade.


## Fetch updated library

If you already use specific sdk version in Podfile, please modify the line related to affirmSDK as follows:

```
pod 'AffirmSDK', '~> 5.0.8'
pod 'AffirmSDK', '~> 5.0.9'
```

Otherwise, just use `pod update AffirmSDK` in terminal to update AffirmSDK.
Expand Down

0 comments on commit fdf4cbb

Please sign in to comment.