Skip to content

Commit 920c57a

Browse files
committed
Update MessageKit.podspec for v0.8.1
1 parent e6c228c commit 920c57a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa
77
## Upcoming release
88
----------------
99

10+
## [Prerelease] 0.8.1
11+
### Added
12+
- Support for Swift 3.2 and Xcode 9
13+
1014
## [Prerelease] 0.8.0
15+
16+
This release closes the [0.8 milestone](https://github.com/MessageKit/MessageKit/milestone/9?closed=1).
17+
1118
### Added
1219
- **Breaking Change** `MessageData` now supports `.photo(UIImage)`, `.location(CLLocation)`, `.video(file: URL, thumbnail: UIImage)` cases.
1320
- **Breaking Change** `MessageCollectionViewCell` is now generic over its `ContentView` constrained to `UIView`.

MessageKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MessageKit'
3-
s.version = '0.8.0'
3+
s.version = '0.8.1'
44
s.license = { :type => "MIT", :file => "LICENSE.md" }
55

66
s.summary = 'An elegant messages UI library for iOS.'

0 commit comments

Comments
 (0)