diff --git a/AnimatedCollectionViewLayout.podspec b/AnimatedCollectionViewLayout.podspec index 87b93bf..856bad7 100644 --- a/AnimatedCollectionViewLayout.podspec +++ b/AnimatedCollectionViewLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AnimatedCollectionViewLayout' - s.version = '0.2.0' + s.version = '0.3.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView' diff --git a/CHANGELOG.md b/CHANGELOG.md index 320f145..fa2951a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file. ## [Master](https://github.com/KelvinJin/AnimatedCollectionViewLayout) ### Added +### Changed + +### Removed + +## 0.3.0 + +Released on 2017-05-12 + ### Changed + Changed the deployment targets of both the library and the demo app to 8.0. + Fixed a bunch of Xcode warnings. -### Removed ## 0.2.0