Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [10.0.0](https://github.com/GetStream/stream-sdk-java/compare/9.4.0...10.0.0) (2026-09-03)


### Features

* [CHA-4947] regenerate from latest OpenAPI ([814c425](https://github.com/GetStream/stream-sdk-java/commit/814c42588faf9c6427872150c0d926f435b097d0))
* [FEEDS-1830] regenerate OpenAPI client ([d52df07](https://github.com/GetStream/stream-sdk-java/commit/d52df07f5092fa2228e0e44b6a4510a803d586d0))


### Bug Fixes

* [FEEDS-1830] accept follow with feed_member_viewer role ([d76c07e](https://github.com/GetStream/stream-sdk-java/commit/d76c07e021fcc3e7cf441a6e878ff484470d67f5))
* [FEEDS-1830] read reminder from CreateReminderResponse wrapper ([204bc86](https://github.com/GetStream/stream-sdk-java/commit/204bc86c0d3bc2fe6e4d00585be4b4996d698ed0))

## [9.4.0](https://github.com/GetStream/stream-sdk-java/compare/9.3.0...9.4.0) (2026-08-17)

## [9.3.0](https://github.com/GetStream/stream-sdk-java/compare/9.2.0...9.3.0) (2026-08-12)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=9.4.0
version=10.0.0
Loading