From 84236d91ac5783e3ecbefc15b82d854476720115 Mon Sep 17 00:00:00 2001 From: Jakub Kaspar Date: Thu, 28 Apr 2022 11:17:53 +0200 Subject: [PATCH] Bump to 3.8.0 release, bump IBAV dependency --- CHANGELOG.md | 11 +++++++++-- MessageKit.podspec | 6 +++--- Package.swift | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae669947..488142e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,24 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa ### Added -- New methods in `MessagesLayoutDelegate` for adjusting alignment of message top and bottom labels [#1671](https://github.com/MessageKit/MessageKit/pull/1671) by [@martinpucik](https://github.com/martinpucik) - ### Changed ### Removed +## 3.8.0 + +### Added + +- New methods in `MessagesLayoutDelegate` for adjusting alignment of message top and bottom labels [#1671](https://github.com/MessageKit/MessageKit/pull/1671) by [@martinpucik](https://github.com/martinpucik) + +### Removed + - Not used workspace files in example project [#1671](https://github.com/MessageKit/MessageKit/pull/1671) by [@martinpucik](https://github.com/martinpucik) ## 3.7.0 ### Fixed + - Updated InputBarAccessoryView to 5.4.0 with XCode 13 support - Fixed Example project loading MessageKit through SPM - Make sure MessageKit works on XCode 13 correctly diff --git a/MessageKit.podspec b/MessageKit.podspec index 2c19bef2..9cc9b446 100644 --- a/MessageKit.podspec +++ b/MessageKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MessageKit' - s.version = '3.7.0' + s.version = '3.8.0' s.license = { :type => "MIT", :file => "LICENSE.md" } s.summary = 'An elegant messages UI library for iOS.' @@ -11,11 +11,11 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/MessageKit/MessageKit.git', :tag => s.version } s.source_files = 'Sources/**/*.swift' - s.swift_version = '5.3' + s.swift_version = '5.5' s.ios.deployment_target = '12.0' s.ios.resources = 'Sources/Assets.xcassets' - s.dependency 'InputBarAccessoryView', '~> 5.4.0' + s.dependency 'InputBarAccessoryView', '~> 5.5.0' end diff --git a/Package.swift b/Package.swift index 6e3c2250..70854aef 100644 --- a/Package.swift +++ b/Package.swift @@ -32,7 +32,7 @@ let package = Package( .library(name: "MessageKit", targets: ["MessageKit"]), ], dependencies: [ - .package(url: "https://github.com/nathantannar4/InputBarAccessoryView", .upToNextMajor(from: "5.4.0")) + .package(url: "https://github.com/nathantannar4/InputBarAccessoryView", .upToNextMajor(from: "5.5.0")) ], targets: [ .target(