Skip to content

Commit 373c7ff

Browse files
github-actions[bot]github-actions
andauthored
chore(release): v7.3.0 (#297)
Co-authored-by: github-actions <[email protected]>
1 parent 0622b2f commit 373c7ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.3.0](https://github.com/GetStream/stream-chat-go/compare/v7.2.0...v7.3.0) (2025-02-10)
6+
57
## [7.2.0](https://github.com/GetStream/stream-chat-go/compare/v7.1.0...v7.2.0) (2024-12-04)
68

79
## [7.1.0](https://github.com/GetStream/stream-chat-go/compare/v7.0.0...v7.1.0) (2024-10-28)

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 = 2
9+
versionMinor = 3
1010
versionPatch = 0
1111
)
1212

0 commit comments

Comments
 (0)