From 38c1e72049c8167b0fab81a2e82956f5cc6a8b44 Mon Sep 17 00:00:00 2001 From: Anton Popkov Date: Tue, 17 Oct 2017 10:42:13 +0300 Subject: [PATCH] Podspec and changelog update --- CHANGELOG.md | 4 ++++ LeadKit.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da744b8d..ce15d4af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,3 +49,7 @@ - **Change**: Rename `AppearanceProtocol` to `AppearanceConfigurable` - **Add**: `subscript(safe:)` subscript to `Array` extension for safe access to element by index + +## 0.5.17 +- **Fix**: EmptyCell reusing appearance fix +- **Fix**: SeparatorCell reusing separators fix diff --git a/LeadKit.podspec b/LeadKit.podspec index 8d56c952..8d7fc476 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.5.16" + s.version = "0.5.17" 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"