Skip to content

Commit 484fc37

Browse files
committed
Release v3.4.1
1 parent 63aa089 commit 484fc37

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

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).
7+
## [3.4.1] - 2022-03-22
8+
9+
- Fix unmarshal of empty custom data
710

811
## [3.4.0] - 2022-02-10
912

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

1212
repositories {

0 commit comments

Comments
 (0)