Skip to content

Commit c05a8b6

Browse files
committed
Release v4.0.1
1 parent 7b33eb7 commit c05a8b6

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+
## [4.0.1] 2021-12-23
9+
10+
- Improve conn closing on errors [#164](https://github.com/GetStream/stream-chat-go/pull/164)
11+
812
## [4.0.0] 2021-12-17
913

1014
- Add support for hiding history while adding a member [#149](https://github.com/GetStream/stream-chat-go/pull/149)

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

1313
// Version returns the version of the library.

0 commit comments

Comments
 (0)