From 434f807af69aead10506b1d43190439755cc8f67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:37:42 +0100 Subject: [PATCH] chore(release): 1.27.2 (#169) Co-authored-by: github-actions --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d1008b..286a8363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.27.2](https://github.com/GetStream/stream-chat-java/compare/1.27.1...1.27.2) (2025-01-15) + + +### Bug Fixes + +* add missing field ([#168](https://github.com/GetStream/stream-chat-java/issues/168)) ([659c044](https://github.com/GetStream/stream-chat-java/commit/659c04432891b8475419643784e831482dd7a193)) + ### [1.27.1](https://github.com/GetStream/stream-chat-java/compare/1.27.0...1.27.1) (2024-12-30) diff --git a/build.gradle b/build.gradle index 8592c861..43fd59ab 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'io.getstream' -version = '1.27.1' +version = '1.27.2' description = 'Stream Chat official Java SDK' java {