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,3 +1,3 @@
{
".": "0.4.23"
".": "0.4.24"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to Chatto. Maintained by release-please from the
conventional-commit messages on `main` — do not edit by hand.

## [0.4.24](https://github.com/chattocorp/chatto/compare/v0.4.23...v0.4.24) (2026-09-08)


### Bug Fixes

* **assets:** backport 10 MiB upload chunks to 0.4 ([#2314](https://github.com/chattocorp/chatto/issues/2314)) ([4536f82](https://github.com/chattocorp/chatto/commit/4536f820e71dbbf7d768f630dada02a52b9e8f08))
* **frontend:** backport iOS video safe-area fix to 0.4 ([#2319](https://github.com/chattocorp/chatto/issues/2319)) ([1844db9](https://github.com/chattocorp/chatto/commit/1844db9c06e43b6dabdabd80f2e7d824436bab67))

## [0.4.23](https://github.com/chattocorp/chatto/compare/v0.4.22...v0.4.23) (2026-09-03)


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.4.23",
"version": "0.4.24",
"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.4.23" // x-release-please-version
Version = "0.4.24" // x-release-please-version
)