Skip to content

Commit 8b66f9b

Browse files
authored
Merge pull request #123 from GetStream/release-v3.6.2
Release v3.6.2
2 parents 839bde2 + 4b9e533 commit 8b66f9b

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.2](https://github.com/GetStream/stream-java/compare/v3.5.0...v3.6.2) (2023-01-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.6.1](https://github.com/GetStream/stream-java/compare/v3.5.0...v3.6.1) (2023-01-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.6.1'
9+
version = '3.6.2'
1010
description = 'Stream Feeds official Java SDK'
1111

1212
repositories {

0 commit comments

Comments
 (0)