Skip to content

Commit a3673a1

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 1.26.2 (#158)
Co-authored-by: github-actions <[email protected]>
1 parent 8929766 commit a3673a1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.26.2](https://github.com/GetStream/stream-chat-java/compare/1.25.0...1.26.2) (2024-08-16)
6+
7+
8+
### Features
9+
10+
* publish the shadow publication as well ([#153](https://github.com/GetStream/stream-chat-java/issues/153)) ([117e3d7](https://github.com/GetStream/stream-chat-java/commit/117e3d7d9385a70c7ce6b1b2c3c9ef01e644ce8b))
11+
12+
13+
### Bug Fixes
14+
15+
* ensure publish tasks run after sign tasks ([#157](https://github.com/GetStream/stream-chat-java/issues/157)) ([8929766](https://github.com/GetStream/stream-chat-java/commit/8929766a79189cc09255ab264e47aa6ca92ec22e))
16+
517
### [1.26.1](https://github.com/GetStream/stream-chat-java/compare/1.25.0...1.26.1) (2024-08-16)
618

719

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.1'
10+
version = '1.26.2'
1111
description = 'Stream Chat official Java SDK'
1212

1313
java {

0 commit comments

Comments
 (0)