diff --git a/CHANGELOG.md b/CHANGELOG.md index bb8d1bcd..ad5380e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog + +### 0.9.16 +- **Add**: `LabelTableViewCell` moved from `LeadKitAdditions`. +- **Add**: `SnapKit` dependency. + ### 0.9.15 -- **Add**: `BaseSearchViewController` class that allows to enter text for search and then displays search results in table view. +- **Add**: `BaseSearchViewController` class 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. diff --git a/Sources/Info-iOS.plist b/Sources/Info-iOS.plist index 38e95826..990188d8 100644 --- a/Sources/Info-iOS.plist +++ b/Sources/Info-iOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.14 + 0.9.16 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Info-tvOS.plist b/Sources/Info-tvOS.plist index 38e95826..990188d8 100644 --- a/Sources/Info-tvOS.plist +++ b/Sources/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.14 + 0.9.16 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Info-watchOS.plist b/Sources/Info-watchOS.plist index 38e95826..990188d8 100644 --- a/Sources/Info-watchOS.plist +++ b/Sources/Info-watchOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.14 + 0.9.16 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass