diff --git a/CHANGELOG.md b/CHANGELOG.md index 712f1c4a..ae8103ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,10 @@ # Changelog -### 0.9.9 +### 0.9.15 - **Add**: `BaseSearchViewController` class that that allows to enter text for search and then displays search results in table view. - **Add**: `BaseSearchViewModel` class that loads data from a given data source and performs search among the results. - **Add**: `SearchResultsController` protocol that represent a controller able to display search results. - **Add**: `SearchResultsControllerState` enum that represents `SearchResultsController` state. -### 0.9.8 -- **Add**: `rxDataRequest` method to `NetworkService` class, that performs reactive request to get data and http response. -- **Add**: `responseData` method to `SessionManager` extension, that executes request and returns data. - -### 0.9.7 -- **Add**: Carthage support. - ### 0.9.14 - **Update**: SwiftDate dependency (~> 6). diff --git a/LeadKit.podspec b/LeadKit.podspec index b3eb7fd1..909fde5d 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.9.14" + s.version = "0.9.15" 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"