Skip to content

Commit 046f113

Browse files
github-actions[bot]github-actions
andauthored
Release v4.6.0 (#143)
Co-authored-by: github-actions <[email protected]>
1 parent ccf0b94 commit 046f113

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Changelog
2+
3+
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+
5+
## [4.6.0](https://github.com/GetStream/stream-ruby/compare/v4.5.0...v4.6.0) (2022-09-21)
6+
7+
8+
### Features
9+
10+
* add follow stats endpoint ([#138](https://github.com/GetStream/stream-ruby/issues/138)) ([921981f](https://github.com/GetStream/stream-ruby/commit/921981fcb9cb4866a572a0281190bcd77a928319))
11+
* specific exception classes for errors ([#142](https://github.com/GetStream/stream-ruby/issues/142)) ([ccf0b94](https://github.com/GetStream/stream-ruby/commit/ccf0b943eda21ad57c6d128402eba3aea4864731))
12+
13+
14+
### Bug Fixes
15+
16+
* **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))
17+
118
## 2022-01-26 - 4.5.0
219
* Add connection pooling into http client
320

@@ -179,4 +196,3 @@
179196

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

lib/stream/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Stream
2-
VERSION = '4.5.0'.freeze
2+
VERSION = '4.6.0'.freeze
33
end

0 commit comments

Comments
 (0)