Skip to content

Commit

Permalink
Release v5.6.0 (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Mar 21, 2022
1 parent b941250 commit bae292c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (

const (
versionMajor = 5
versionMinor = 5
versionPatch = 1
versionMinor = 6
versionPatch = 0
)

// Version returns the version of the library.
Expand Down

0 comments on commit bae292c

Please sign in to comment.