diff --git a/CHANGELOG.md b/CHANGELOG.md index d18de895..c5efa70d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,16 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa ### Added -- Added enough data source and delegate methods to display customized `UICollectionViewCell` for MessageTypes other than `.custom` in [#1577](https://github.com/MessageKit/MessageKit/pull/1577) by [@jvigneshcs](https://github.com/jvigneshcs) - ### Changed ### Removed +## 3.6.1 + +### Added + +- Added enough data source and delegate methods to display customized `UICollectionViewCell` for MessageTypes other than `.custom` in [#1577](https://github.com/MessageKit/MessageKit/pull/1577) by [@jvigneshcs](https://github.com/jvigneshcs) + ## 3.6.0 ### Fixed diff --git a/MessageKit.podspec b/MessageKit.podspec index e230705e..b894e690 100644 --- a/MessageKit.podspec +++ b/MessageKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MessageKit' - s.version = '3.6.0' + s.version = '3.6.1' s.license = { :type => "MIT", :file => "LICENSE.md" } s.summary = 'An elegant messages UI library for iOS.' diff --git a/README.md b/README.md index a9109f5b..6f9ac98f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Older versions of Swift and XCode don't support MessageKit via SPM. > For iOS 11 please use version 3.3.0 -> For iOS 9 and iOS 10 please use version 3.1.0 +> For iOS 9 and iOS 10 please use version 3.1.1 ## Getting Started