diff --git a/CHANGELOG.md b/CHANGELOG.md index ea349a2f..7f0fa04b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,3 +44,7 @@ - **Add**: `with(appearance:)`, `set(appearance:)` methods to TableRow extension - **Add**: `Appearance` to `EmptyCell` - **Remove**: `SeparatorCellViewModel`. + +## 0.5.16 + +- **Change**: Rename `AppearanceProtocol` to `AppearanceConfigurable` diff --git a/LeadKit.podspec b/LeadKit.podspec index 59f1479d..8d56c952 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.5.15" + s.version = "0.5.16" 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"