Skip to content

Commit fc446f1

Browse files
committed
Release v3.4.0
1 parent cabb2b2 commit fc446f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.4.0] - 2022-02-10
9+
10+
- Add unread/unseed counts into notification feed payloads
11+
812
## [3.3.0] - 2022-01-07
913

1014
- Relax id checks for custom data in collections

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

1212
repositories {

0 commit comments

Comments
 (0)