Skip to content

Commit 73055f6

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 1.27.0 (#165)
Co-authored-by: github-actions <[email protected]>
1 parent 69f4266 commit 73055f6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
## [1.27.0](https://github.com/GetStream/stream-chat-java/compare/1.26.2...1.27.0) (2024-12-13)
6+
7+
8+
### Features
9+
10+
* member custom data, pinning and archiving ([#162](https://github.com/GetStream/stream-chat-java/issues/162)) ([38c7348](https://github.com/GetStream/stream-chat-java/commit/38c73481c5df5e513ba54c73f5852f03db0f0bb3))
11+
12+
13+
### Bug Fixes
14+
15+
* javadoc ([#164](https://github.com/GetStream/stream-chat-java/issues/164)) ([69f4266](https://github.com/GetStream/stream-chat-java/commit/69f426684cce5ed13cd4a391344b16b1c03a1333))
16+
* update the readme to include the shadowed version ([#159](https://github.com/GetStream/stream-chat-java/issues/159)) ([97a7119](https://github.com/GetStream/stream-chat-java/commit/97a7119d82c063478f9b6229cc6cc994b8e8f48a))
17+
* version file read happens only once ([#160](https://github.com/GetStream/stream-chat-java/issues/160)) ([570548b](https://github.com/GetStream/stream-chat-java/commit/570548bbba73ad49d2a94e81a7b1052b86cce33a))
18+
519
### [1.26.2](https://github.com/GetStream/stream-chat-java/compare/1.25.0...1.26.2) (2024-08-16)
620

721

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'io.getstream'
10-
version = '1.26.2'
10+
version = '1.27.0'
1111
description = 'Stream Chat official Java SDK'
1212

1313
java {

0 commit comments

Comments
 (0)