Skip to content

Commit 790b1d6

Browse files
committed
Release v3.12.0
1 parent a0317e5 commit 790b1d6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.0] 2021-08-14
9+
10+
- Add support for message hard delete ([#133](https://github.com/GetStream/stream-chat-go/pull/133)
11+
812
## [3.11.3] 2021-07-30
913

1014
- Simplify send user custom event payload ([#131](https://github.com/GetStream/stream-chat-go/pull/131)

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66

77
const (
88
versionMajor = 3
9-
versionMinor = 11
10-
versionPatch = 3
9+
versionMinor = 12
10+
versionPatch = 0
1111
)
1212

1313
// Version returns the version of the library.

0 commit comments

Comments
 (0)