Skip to content

Commit

Permalink
Release v6.5.0 (#252)
Browse files Browse the repository at this point in the history
* chore(release): v6.5.0

* build: empty commit to trigger rebuild

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Vishal Narkhede <[email protected]>
  • Loading branch information
3 people authored Jul 21, 2023
1 parent b70d16c commit c2b251f
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.

## [6.5.0](https://github.com/GetStream/stream-chat-go/compare/v6.4.0...v6.5.0) (2023-07-21)


### Features

* adding pending property to message ([#251](https://github.com/GetStream/stream-chat-go/issues/251)) ([b70d16c](https://github.com/GetStream/stream-chat-go/commit/b70d16cfbb8a17a746bd3697eb1b46e3d6de579b))

## [6.4.0](https://github.com/GetStream/stream-chat-go/compare/v6.3.0...v6.4.0) (2023-03-30)


Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

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

Expand Down

0 comments on commit c2b251f

Please sign in to comment.