File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
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.1] 2021-08-19
9
+
10
+ - Add missing configuration fields to firebase config ([ #135 ] ( https://github.com/GetStream/stream-chat-go/pull/135 ) )
11
+
8
12
## [ 3.12.0] 2021-08-14
9
13
10
14
- Add support for message hard delete ([ #133 ] ( https://github.com/GetStream/stream-chat-go/pull/133 ) )
Original file line number Diff line number Diff line change 7
7
const (
8
8
versionMajor = 3
9
9
versionMinor = 12
10
- versionPatch = 0
10
+ versionPatch = 1
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