Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.5.0-alpha.7",
".": "0.5.0-alpha.8",
"apps/desktop": "0.1.0-alpha.2",
"authling": "0.0.0",
"pkg/appconfig": "0.0.0",
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to Chatto. Maintained by release-please from the
conventional-commit messages on `main` — do not edit by hand.

## [0.5.0-alpha.8](https://github.com/chattocorp/chatto/compare/v0.5.0-alpha.7...v0.5.0-alpha.8) (2026-09-08)


### Features

* **bots:** add outbound webhooks and retained operational logs ([#2312](https://github.com/chattocorp/chatto/issues/2312)) ([450826b](https://github.com/chattocorp/chatto/commit/450826bc228049a9003fd652633e1a67363cf51a))


### Bug Fixes

* **assets:** increase upload chunks to 10 MiB ([#2313](https://github.com/chattocorp/chatto/issues/2313)) ([76148aa](https://github.com/chattocorp/chatto/commit/76148aa7bdc69a5d0963a3b18ccd59c3db531196))
* **events:** identify and clean up projection consumers ([#2317](https://github.com/chattocorp/chatto/issues/2317)) ([ab5c834](https://github.com/chattocorp/chatto/commit/ab5c83487cda63c492dcc6cee2e781c5b19fa972))
* **frontend:** gate moderation on effective ban permission ([#2316](https://github.com/chattocorp/chatto/issues/2316)) ([9f33cbc](https://github.com/chattocorp/chatto/commit/9f33cbc964debf39d1a94f2dd5c3bdb3cd90105e))
* **frontend:** restore room group header hover behaviour ([#2318](https://github.com/chattocorp/chatto/issues/2318)) ([8fdd8d7](https://github.com/chattocorp/chatto/commit/8fdd8d75cdf0223743a5b69917e4a050b1c36fc6))
* **tooling:** configure pnpm 11 and use Node LTS ([#2310](https://github.com/chattocorp/chatto/issues/2310)) ([fd127dd](https://github.com/chattocorp/chatto/commit/fd127ddf99aeec70c4c17890a36253a48551f1d7))

## [0.5.0-alpha.7](https://github.com/chattocorp/chatto/compare/v0.5.0-alpha.6...v0.5.0-alpha.7) (2026-09-05)


Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chatto-frontend",
"private": true,
"version": "0.5.0-alpha.7",
"version": "0.5.0-alpha.8",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion cli/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

var (
Version = "0.5.0-alpha.7" // x-release-please-version
Version = "0.5.0-alpha.8" // x-release-please-version
)