Skip to content

Commit 72fc498

Browse files
github-actions[bot]github-actions
andauthored
Release 3.6.0 (#113)
Co-authored-by: github-actions <[email protected]>
1 parent c0b29e5 commit 72fc498

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [3.6.0](https://github.com/GetStream/stream-java/compare/v3.5.0...v3.6.0) (2022-05-26)
6+
7+
8+
### Features
9+
10+
* **faye:** add websocket client ([#110](https://github.com/GetStream/stream-java/issues/110)) ([c0b29e5](https://github.com/GetStream/stream-java/commit/c0b29e51708e424f44686e20d9b2b426da661b4c))
11+
512
## [3.5.0](https://github.com/GetStream/stream-java/compare/v3.4.1...v3.5.0) (2022-04-26)
613

714

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'io.getstream.client'
9-
version = '3.5.0'
9+
version = '3.6.0'
1010
description = 'Stream Feeds official Java SDK'
1111

1212
repositories {

0 commit comments

Comments
 (0)