diff --git a/CHANGELOG.md b/CHANGELOG.md index 0636ddff9c9..216df73b752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### ✅ Added +### 🐞 Fixed + + +# [1.6.1](https://github.com/GetStream/stream-chat-swift/releases/tag/1.6.1) +_March 18, 2020_ + ### 🐞 Fixed - (UI Components) Typing events are now reliably sent [#122](https://github.com/GetStream/stream-chat-swift/issues/122) diff --git a/StreamChat.podspec b/StreamChat.podspec index ba7dd19e047..b51d065d35c 100644 --- a/StreamChat.podspec +++ b/StreamChat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StreamChat" - spec.version = "1.6.0" + spec.version = "1.6.1" spec.summary = "Stream iOS Chat" spec.description = "stream-chat-swift is the official Swift client and UI for Stream Chat, a service for building chat applications." diff --git a/StreamChat.xcodeproj/project.pbxproj b/StreamChat.xcodeproj/project.pbxproj index 2aea9e69c7a..350eae44918 100644 --- a/StreamChat.xcodeproj/project.pbxproj +++ b/StreamChat.xcodeproj/project.pbxproj @@ -1751,7 +1751,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.0; + MARKETING_VERSION = 1.6.1; PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1783,7 +1783,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.0; + MARKETING_VERSION = 1.6.1; PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1816,7 +1816,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.0; + MARKETING_VERSION = 1.6.1; PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1849,7 +1849,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.0; + MARKETING_VERSION = 1.6.1; PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/StreamChatCore.podspec b/StreamChatCore.podspec index 8d6da3b10a9..ca461850418 100644 --- a/StreamChatCore.podspec +++ b/StreamChatCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StreamChatCore" - spec.version = "1.6.0" + spec.version = "1.6.1" spec.summary = "Stream iOS Chat Core" spec.description = "stream-chat-swift is the official Swift client for Stream Chat, a service for building chat applications." diff --git a/docs/core/Classes.html b/docs/core/Classes.html index 8c218e7673d..9501b6ab493 100644 --- a/docs/core/Classes.html +++ b/docs/core/Classes.html @@ -808,7 +808,7 @@

Declaration

diff --git a/docs/core/Classes/Atomic.html b/docs/core/Classes/Atomic.html index 881c87ca6a4..38008f98149 100644 --- a/docs/core/Classes/Atomic.html +++ b/docs/core/Classes/Atomic.html @@ -703,7 +703,7 @@

Declaration

diff --git a/docs/core/Classes/Channel.html b/docs/core/Classes/Channel.html index 6938224bad3..6ce686d71ec 100644 --- a/docs/core/Classes/Channel.html +++ b/docs/core/Classes/Channel.html @@ -3698,7 +3698,7 @@

Declaration

diff --git a/docs/core/Classes/Channel/Command.html b/docs/core/Classes/Channel/Command.html index b3b9b0bb9bc..2c8b5b019cb 100644 --- a/docs/core/Classes/Channel/Command.html +++ b/docs/core/Classes/Channel/Command.html @@ -637,7 +637,7 @@

Declaration

diff --git a/docs/core/Classes/Channel/Config.html b/docs/core/Classes/Channel/Config.html index 23406be3202..80a4fffdb5f 100644 --- a/docs/core/Classes/Channel/Config.html +++ b/docs/core/Classes/Channel/Config.html @@ -947,7 +947,7 @@

Declaration

diff --git a/docs/core/Classes/Channel/DecodingKeys.html b/docs/core/Classes/Channel/DecodingKeys.html index 4ec7a4e02aa..46335c7d536 100644 --- a/docs/core/Classes/Channel/DecodingKeys.html +++ b/docs/core/Classes/Channel/DecodingKeys.html @@ -771,7 +771,7 @@

Declaration

diff --git a/docs/core/Classes/ChannelPresenter.html b/docs/core/Classes/ChannelPresenter.html index ebccef0f80f..1e8ddbc8470 100644 --- a/docs/core/Classes/ChannelPresenter.html +++ b/docs/core/Classes/ChannelPresenter.html @@ -1522,33 +1522,6 @@

Send Event