diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2599f0..bd2f509b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [](https://github.com/GetStream/stream-java/compare/v3.5.0...v) (2023-01-26) + + +### Features + +* **faye:** add websocket client ([#110](https://github.com/GetStream/stream-java/issues/110)) ([c0b29e5](https://github.com/GetStream/stream-java/commit/c0b29e51708e424f44686e20d9b2b426da661b4c)) + ### [3.6.1](https://github.com/GetStream/stream-java/compare/v3.5.0...v3.6.1) (2023-01-26) diff --git a/build.gradle b/build.gradle index 4d98b9ab..263474ca 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group 'io.getstream.client' -version = '3.6.1' +version = 'null' description = 'Stream Feeds official Java SDK' repositories {