From 4425ff6f213e14512a0f5c9cc294fc0902f8da0b Mon Sep 17 00:00:00 2001 From: Anton Popkov Date: Mon, 15 Oct 2018 14:56:31 +0300 Subject: [PATCH 1/2] Podspec version update --- LeadKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeadKit.podspec b/LeadKit.podspec index e10dde59..7e56598c 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.8.13" + s.version = "0.9.0" 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" From 937b43d88737329e56d5eeb6c41415b5d2860ffc Mon Sep 17 00:00:00 2001 From: Anton Popkov Date: Mon, 15 Oct 2018 15:05:45 +0300 Subject: [PATCH 2/2] Changelog update --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 146ce1d0..c844db49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.9.0 +- **Update**: version update. + ### 0.8.13 - **Add**: `configureLayout` method to `InitializeableView` protocol and all implementations. - **Update**: `GeneralDataLoadingViewModel` now can handle state changes and result of data source. Previously it was possible only in view controller.