Skip to content

Commit 493ac13

Browse files
committed
Release v3.11.3
1 parent c323c24 commit 493ac13

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.11.3] 2021-07-30
9+
10+
- Simplify send user custom event payload ([#131](https://github.com/GetStream/stream-chat-go/pull/131)
11+
812
## [3.11.2] 2021-06-30
913

1014
- Proxy command list to createTypeRequest when creating channel type ([#130](https://github.com/GetStream/stream-chat-go/pull/130)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
const (
88
versionMajor = 3
99
versionMinor = 11
10-
versionPatch = 2
10+
versionPatch = 3
1111
)
1212

1313
// Version returns the version of the library.

0 commit comments

Comments
 (0)