File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.12.0] 2021-08-14
9
+
10
+ - Add support for message hard delete ([ #133 ] ( https://github.com/GetStream/stream-chat-go/pull/133 )
11
+
8
12
## [ 3.11.3] 2021-07-30
9
13
10
14
- Simplify send user custom event payload ([ #131 ] ( https://github.com/GetStream/stream-chat-go/pull/131 )
Original file line number Diff line number Diff line change 6
6
7
7
const (
8
8
versionMajor = 3
9
- versionMinor = 11
10
- versionPatch = 3
9
+ versionMinor = 12
10
+ versionPatch = 0
11
11
)
12
12
13
13
// Version returns the version of the library.
You can’t perform that action at this time.
0 commit comments