Skip to content

Commit

Permalink
Update version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Sep 24, 2020
1 parent 1c19135 commit fcb6b09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.0.0] 2020-09-24

- Drop client/channel interfaces ([#98](https://github.com/GetStream/stream-chat-go/pull/98))
- Receive string in client initialization ([#99](https://github.com/GetStream/stream-chat-go/pull/99))
- Generate string token instead byte slice ([#100](https://github.com/GetStream/stream-chat-go/pull/100))
- Require go1.14 and above ([#101](https://github.com/GetStream/stream-chat-go/pull/101))

## [2.8.0] 2020-09-24

- Add bulk message import into a channel
Expand Down

0 comments on commit fcb6b09

Please sign in to comment.