diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da311bc..00947a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,8 @@ ## 0.5.6 -- [Fix] Clear tableview if placeholder is shown \ No newline at end of file +- **Fix**: Clear tableview if placeholder is shown + +## 0.5.7 + +- **Add**: String extension `localizedComponent(value:stringOne:stringTwo:stringMany:)` \ No newline at end of file diff --git a/LeadKit.podspec b/LeadKit.podspec index b2794995..d03c2f32 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.5.6" + s.version = "0.5.7" 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"