diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4f8068..5f755ea7 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.5.0 + +### Fixed + - maintainPositionOnKeyboardFrameChanged for small contentSize would scroll content out of bounds [#1506](https://github.com/MessageKit/MessageKit/pull/1506) by [@martinpucik](https://github.com/martinpucik) ### Added diff --git a/Gemfile b/Gemfile index ce1c92bd..f2e566d0 100644 --- a/Gemfile +++ b/Gemfile @@ -23,4 +23,4 @@ source 'https://rubygems.org' gem 'danger', '~> 6.2' -gem 'danger-swiftlint', '~> 0.24' \ No newline at end of file +gem 'danger-swiftlint', '~> 0.24' diff --git a/Gemfile.lock b/Gemfile.lock index 2490ff95..1c3aa84d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,7 +24,7 @@ GEM no_proxy_fix octokit (~> 4.7) terminal-table (~> 1) - danger-swiftlint (0.24.3) + danger-swiftlint (0.24.5) danger rake (> 10) thor (~> 0.19) @@ -32,7 +32,7 @@ GEM multipart-post (>= 1.2, < 3) faraday-http-cache (2.2.0) faraday (>= 0.8) - git (1.7.0) + git (1.8.1) rchardet (~> 1.8) kramdown (2.3.0) rexml @@ -41,12 +41,12 @@ GEM multipart-post (2.1.1) nap (1.1.0) no_proxy_fix (0.1.2) - octokit (4.18.0) + octokit (4.20.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) open4 (1.3.4) - public_suffix (4.0.5) - rake (13.0.1) + public_suffix (4.0.6) + rake (13.0.3) rchardet (1.8.0) rexml (3.2.4) sawyer (0.8.2) diff --git a/MessageKit.podspec b/MessageKit.podspec index 844e3cc9..76dff8c0 100644 --- a/MessageKit.podspec +++ b/MessageKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MessageKit' - s.version = '3.4.2' + s.version = '3.5.0' s.license = { :type => "MIT", :file => "LICENSE.md" } s.summary = 'An elegant messages UI library for iOS.' diff --git a/Package.swift b/Package.swift index 77893b6a..cf116a2b 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.2.1")) + .package(url: "https://github.com/nathantannar4/InputBarAccessoryView", .upToNextMajor(from: "5.2.2")) ], targets: [ .target( diff --git a/README.md b/README.md index 83f57a83..f5f8bef5 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,8 @@ _Please provide attribution, it is greatly appreciated._ - [@nathantannar4](https://github.com/nathantannar4), Nathan Tannar - [@zhongwuzw](https://github.com/zhongwuzw), Wu Zhong - [@austinwright](https://github.com/austinwright), Austin Wright +- [@kaspik](https://github.com/kaspik), Jakub Kaspar +- [@martinpucik](https://github.com/martinpucik), Martin Pucik ## Thanks