Skip to content

Commit 7df0d12

Browse files
github-actions[bot]github-actions
andauthored
chore(release): v7.13.0 (#333)
Co-authored-by: github-actions <[email protected]>
1 parent 5f4e213 commit 7df0d12

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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+
## [7.13.0](https://github.com/GetStream/stream-chat-go/compare/v7.12.0...v7.13.0) (2025-07-10)
6+
7+
8+
### Features
9+
10+
* add SizeLimit support to FileUploadConfig ([#330](https://github.com/GetStream/stream-chat-go/issues/330)) ([5f4e213](https://github.com/GetStream/stream-chat-go/commit/5f4e213427d2eb6e0f79a1616b3f07dce1393200))
11+
512
## [7.12.0](https://github.com/GetStream/stream-chat-go/compare/v7.11.0...v7.12.0) (2025-07-03)
613

714
## [7.11.0](https://github.com/GetStream/stream-chat-go/compare/v7.10.0...v7.11.0) (2025-06-17)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
const (
88
versionMajor = 7
9-
versionMinor = 12
9+
versionMinor = 13
1010
versionPatch = 0
1111
)
1212

0 commit comments

Comments
 (0)