diff --git a/CHANGELOG.md b/CHANGELOG.md index 87442180..a95334f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa ### Fixed +### Added + +### Changed + +### Removed + +## 3.6.0 + +### Fixed + - Fixes an issue with Scroll problem on new messages with keyboard open [#1529](https://github.com/MessageKit/MessageKit/pull/1529) by [@politan8](https://github.com/politan8) - Fixes time stamp vertical alignment so labels align with messages when showMessageTimestampOnSwipeLeft is true. @@ -17,6 +27,8 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa ### Changed +- Changed `resource_bundle` back to `resources` in MessageKit.podspec [#1565](https://github.com/MessageKit/MessageKit/pull/1565) by [@kaspik](https://github.com/kaspik) + ### Removed ## 3.5.1 diff --git a/MessageKit.podspec b/MessageKit.podspec index 2ab7f4b6..e230705e 100644 --- a/MessageKit.podspec +++ b/MessageKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MessageKit' - s.version = '3.5.1' + s.version = '3.6.0' s.license = { :type => "MIT", :file => "LICENSE.md" } s.summary = 'An elegant messages UI library for iOS.' @@ -16,6 +16,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '12.0' s.ios.resources = 'Sources/Assets.xcassets' - s.dependency 'InputBarAccessoryView', '~> 5.3.0' + s.dependency 'InputBarAccessoryView', '~> 5.3.1' end diff --git a/Package.swift b/Package.swift index eaf578e2..6458bac1 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.3.0")) + .package(url: "https://github.com/nathantannar4/InputBarAccessoryView", .upToNextMajor(from: "5.3.1")) ], targets: [ .target(