diff --git a/CHANGELOG.md b/CHANGELOG.md index 03066074..59a2425b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. --- + +## [0.8](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.8) + +#### Features + +* Adds new example of how to present heterogeneous sections. + +#### Anomalies + +* Fixes old `AnimatableSectionModel` definition. +* Fixes problem with `UICollectionView` iOS 9 reordering features. + ## [0.7](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.7) #### Interface changes diff --git a/RxDataSources.podspec b/RxDataSources.podspec index df44dd6d..13321ec8 100644 --- a/RxDataSources.podspec +++ b/RxDataSources.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxDataSources" - s.version = "0.7" + s.version = "0.8" s.summary = "This is a collection of reactive data sources for UITableView and UICollectionView." s.description = <<-DESC This is a collection of reactive data sources for UITableView and UICollectionView.