Skip to content

Commit 7b97208

Browse files
Release v5.3.0 (#142)
1 parent f81c07f commit 7b97208

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [5.3.0](https://github.com/GetStream/getstream-go/compare/v5.2.0...v5.3.0) (2026-08-17)
6+
7+
8+
### Features
9+
10+
* regenerate from chat master (other_media on ModerationPayload) ([#141](https://github.com/GetStream/getstream-go/issues/141)) ([f81c07f](https://github.com/GetStream/getstream-go/commit/f81c07facc8df5ddbf6cbbdd1ef576b3d7b23893))
11+
512
## [5.2.0](https://github.com/GetStream/getstream-go/compare/v5.1.1...v5.2.0) (2026-08-12)
613

714

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package getstream
22

33
const (
4-
versionName = "v5.2.0"
4+
versionName = "v5.3.0"
55
)
66

77
// Version returns the version of the library. versionName is written by the release

0 commit comments

Comments
 (0)