Skip to content

Commit

Permalink
Bump version to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Jan 22, 2021
1 parent d80c989 commit e72eaab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.0] 2021-01-22

- Add `UpsertUser` and `UpsertUsers`, and deprecate `UpdateUser` and `UpdateUsers` ([#111](https://github.com/GetStream/stream-chat-go/pull/111))
- Bump lint tool and improve godoc

## [3.2.0] 2021-01-18

- Add team into user and channel for multi-tenant ([#110](https://github.com/GetStream/stream-chat-go/pull/110))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

const (
versionMajor = 3
versionMinor = 2
versionMinor = 3
versionPatch = 0
)

Expand Down

0 comments on commit e72eaab

Please sign in to comment.