diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e86452..7e03a42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.9.20 +- **Fix**: `bindBottomInsetBinding(from bottomInsetDriver:)` in `BaseScrollContentController` works correctly now. + ### 0.9.19 - **Add**: `hexString` property for `UIColor` that returns hex representation of color as string. diff --git a/LeadKit.podspec b/LeadKit.podspec index 7bec78c7..b77d9254 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.9.19" + s.version = "0.9.20" 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"