Skip to content

Commit 548df39

Browse files
author
github-actions
committed
chore(release): 3.5.0
1 parent 56afa90 commit 548df39

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
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+
## [3.5.0](https://github.com/GetStream/stream-java/compare/v3.4.1...v3.5.0) (2022-04-26)
6+
7+
8+
### Features
9+
10+
* **stats:** add followstats ([#108](https://github.com/GetStream/stream-java/issues/108)) ([56afa90](https://github.com/GetStream/stream-java/commit/56afa9098d6d21eac5e6c0b75975b32c6684358b))
411

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
712
## [3.4.1] - 2022-03-22
813

914
- Fix unmarshal of empty custom data

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.4.1'
9+
version = '3.5.0'
1010
description = 'Stream Feeds official Java SDK'
1111

1212
repositories {

0 commit comments

Comments
 (0)