From 7cad22cc2bc6afe2f5a0f3918ae89745c0766fc9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 30 Dec 2024 09:37:04 +0000 Subject: [PATCH] chore(release): 1.27.1 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd4eba608..56d1008b0 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.1](https://github.com/GetStream/stream-chat-java/compare/1.27.0...1.27.1) (2024-12-30) + + +### Bug Fixes + +* add missing enum value ([#166](https://github.com/GetStream/stream-chat-java/issues/166)) ([b5a1843](https://github.com/GetStream/stream-chat-java/commit/b5a1843b47f124b15f341bde1e40399c6f3fc08f)) + ## [1.27.0](https://github.com/GetStream/stream-chat-java/compare/1.26.2...1.27.0) (2024-12-13) diff --git a/build.gradle b/build.gradle index db4a83b68..8592c8616 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'io.getstream' -version = '1.27.0' +version = '1.27.1' description = 'Stream Chat official Java SDK' java {