Update CHANGELOG and podspec for v0.11.0

This commit is contained in:
Steven Deutsch
2017-12-02 16:00:14 -06:00
parent 98066e6926
commit 598d8cc853
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -6,6 +6,8 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa
## Upcoming release
## [[Prerelease] 0.11.0](https://github.com/MessageKit/MessageKit/releases/tag/0.11.0)
### Added
- **Breaking Change** Added a top `InputStackView` to `MessageInputBar`. This adds the addition of the `.top` case to `InputStackView.Position`.
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MessageKit'
s.version = '0.10.2'
s.version = '0.11.0'
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.summary = 'An elegant messages UI library for iOS.'