Skip to content

Commit

Permalink
Release v4.6.0 (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Sep 21, 2022
1 parent ccf0b94 commit 046f113
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.6.0](https://github.com/GetStream/stream-ruby/compare/v4.5.0...v4.6.0) (2022-09-21)


### Features

* add follow stats endpoint ([#138](https://github.com/GetStream/stream-ruby/issues/138)) ([921981f](https://github.com/GetStream/stream-ruby/commit/921981fcb9cb4866a572a0281190bcd77a928319))
* specific exception classes for errors ([#142](https://github.com/GetStream/stream-ruby/issues/142)) ([ccf0b94](https://github.com/GetStream/stream-ruby/commit/ccf0b943eda21ad57c6d128402eba3aea4864731))


### Bug Fixes

* **rubocop:** ENV.fetch('xy') instead of ENV['xy'] per rubocop ([#140](https://github.com/GetStream/stream-ruby/issues/140)) ([6b25736](https://github.com/GetStream/stream-ruby/commit/6b25736b485daf63c9424abccfcfd20d7a993c50))

## 2022-01-26 - 4.5.0
* Add connection pooling into http client

Expand Down Expand Up @@ -179,4 +196,3 @@

## 2014-09-08 - 1.0.0
- Add support for mark read (notifications feeds)

2 changes: 1 addition & 1 deletion lib/stream/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Stream
VERSION = '4.5.0'.freeze
VERSION = '4.6.0'.freeze
end

0 comments on commit 046f113

Please sign in to comment.