Skip to content

Commit

Permalink
chore(release): 1.26.2 (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Aug 16, 2024
1 parent 8929766 commit a3673a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.26.2](https://github.com/GetStream/stream-chat-java/compare/1.25.0...1.26.2) (2024-08-16)


### Features

* 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))


### Bug Fixes

* 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))

### [1.26.1](https://github.com/GetStream/stream-chat-java/compare/1.25.0...1.26.1) (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'io.getstream'
version = '1.26.1'
version = '1.26.2'
description = 'Stream Chat official Java SDK'

java {
Expand Down

0 comments on commit a3673a1

Please sign in to comment.