Skip to content

Commit

Permalink
Release v5.5.1 (#201)
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 ce45d30 commit e5a2c09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.1](https://github.com/GetStream/stream-chat-go/compare/v5.5.0...v5.5.1) (2022-03-18)


### Bug Fixes

* added missing field to ImportTask response ([#200](https://github.com/GetStream/stream-chat-go/issues/200)) ([ce45d30](https://github.com/GetStream/stream-chat-go/commit/ce45d30aa986eb3f57d5a35ca6f6cec6d279df67))

## [5.5.0](https://github.com/GetStream/stream-chat-go/compare/v5.4.1...v5.5.0) (2022-03-18)


Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
const (
versionMajor = 5
versionMinor = 5
versionPatch = 0
versionPatch = 1
)

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

0 comments on commit e5a2c09

Please sign in to comment.