From bae292c6c95c4e59b697003dd13c9fea2ca6a4ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 12:46:24 +0100 Subject: [PATCH] Release v5.6.0 (#204) Co-authored-by: github-actions --- CHANGELOG.md | 7 +++++++ version.go | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dedc989..9aab867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.6.0](https://github.com/GetStream/stream-chat-go/compare/v5.5.1...v5.6.0) (2022-03-21) + + +### Features + +* added ImportMode type ([#202](https://github.com/GetStream/stream-chat-go/issues/202)) ([b941250](https://github.com/GetStream/stream-chat-go/commit/b941250d70f5cf74c061d2a649d4893633ba37b6)) + ### [5.5.1](https://github.com/GetStream/stream-chat-go/compare/v5.5.0...v5.5.1) (2022-03-18) diff --git a/version.go b/version.go index 613ef39..b1440b4 100644 --- a/version.go +++ b/version.go @@ -6,8 +6,8 @@ import ( const ( versionMajor = 5 - versionMinor = 5 - versionPatch = 1 + versionMinor = 6 + versionPatch = 0 ) // Version returns the version of the library.