From 4bd37795358074ce52827f13ce19358477d28dce Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 1 Dec 2017 16:19:49 +0300 Subject: [PATCH] update change log and podspec --- CHANGELOG.md | 4 ++++ LeadKit.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba178a87..dcba36fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.6.5 + +- **Add**: Ability to handle responses with non-default status codes. + ### 0.6.4 - **Fix**: SpinnerView bug(no animation) in Swift 4. diff --git a/LeadKit.podspec b/LeadKit.podspec index 19f7883d..8db51ad6 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.6.4" + s.version = "0.6.5" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKit" s.license = "Apache License, Version 2.0"