From a3edc6edbe74188c8fcbd378f1f23afec75001fb Mon Sep 17 00:00:00 2001 From: Andrea Bizzotto Date: Mon, 21 Aug 2017 10:34:23 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c477b62b..ccc14fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## 0.10.6 Add support for shouldAddStorePayment * Add support for the new SKPaymentTransactionObserver.shouldAddStorePayment method in iOS 11 +* Update swiftlint to version 0.21.0 ## 0.10.5 Filter out transactions in purchasing state * Filter out all transactions with state == .purchasing early in purchase flows (related to [#169](https://github.com/bizz84/SwiftyStoreKit/issues/169), [#188](https://github.com/bizz84/SwiftyStoreKit/pull/188), [#179](https://github.com/bizz84/SwiftyStoreKit/issues/179))