Skip to content

Commit

Permalink
Release v5.5.0 (#199)
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 18, 2022
1 parent 0b51259 commit 256a980
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.5.0](https://github.com/GetStream/stream-chat-go/compare/v5.4.1...v5.5.0) (2022-03-18)


### Features

* added mode to createImport ([#198](https://github.com/GetStream/stream-chat-go/issues/198)) ([0b51259](https://github.com/GetStream/stream-chat-go/commit/0b512598c13fffc640eed89abfa25b98e4e88811))

### [5.4.1](https://github.com/GetStream/stream-chat-go/compare/v5.4.0...v5.4.1) (2022-03-09)


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 = 4
versionPatch = 1
versionMinor = 5
versionPatch = 0
)

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

0 comments on commit 256a980

Please sign in to comment.