We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63aa089 commit 484fc37Copy full SHA for 484fc37
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
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).
7
+## [3.4.1] - 2022-03-22
8
+
9
+- Fix unmarshal of empty custom data
10
11
## [3.4.0] - 2022-02-10
12
build.gradle
@@ -6,7 +6,7 @@ plugins {
}
group 'io.getstream.client'
-version = '3.4.0'
+version = '3.4.1'
description = 'Stream Feeds official Java SDK'
repositories {
0 commit comments