From 3c94a1826818a018ed498dd5a4ae5705fea40609 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 26 Jan 2023 11:26:14 +0000 Subject: [PATCH] chore(release): v3.6.1 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b0e3aa..9f2599f0 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. +### [3.6.1](https://github.com/GetStream/stream-java/compare/v3.5.0...v3.6.1) (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.0](https://github.com/GetStream/stream-java/compare/v3.5.0...v3.6.0) (2022-05-26) diff --git a/build.gradle b/build.gradle index 9d2b2b85..4d98b9ab 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group 'io.getstream.client' -version = '3.6.0' +version = '3.6.1' description = 'Stream Feeds official Java SDK' repositories {