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"