Skip to content

Commit 1d0b18e

Browse files
committed
Release v3.12.1
1 parent 2ee0b86 commit 1d0b18e

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.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+
812
## [3.12.0] 2021-08-14
913

1014
- Add support for message hard delete ([#133](https://github.com/GetStream/stream-chat-go/pull/133))

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 = 12
10-
versionPatch = 0
10+
versionPatch = 1
1111
)
1212

1313
// Version returns the version of the library.

0 commit comments

Comments
 (0)