From b7462a7d9d5a3137b7430fd6aadb6235665cd5be Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 11 Feb 2025 09:46:12 +0000 Subject: [PATCH] chore(release): 1.28.0 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 286a83637..7babe62b2 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.28.0](https://github.com/GetStream/stream-chat-java/compare/1.27.2...1.28.0) (2025-02-11) + + +### Features + +* added restricted visibility ([#170](https://github.com/GetStream/stream-chat-java/issues/170)) ([16d5354](https://github.com/GetStream/stream-chat-java/commit/16d535489da7695f0cc6a81ff64e5bbc476fb491)) + ### [1.27.2](https://github.com/GetStream/stream-chat-java/compare/1.27.1...1.27.2) (2025-01-15) diff --git a/build.gradle b/build.gradle index 43fd59ab7..dfcb8beec 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'io.getstream' -version = '1.27.2' +version = '1.28.0' description = 'Stream Chat official Java SDK' java {