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 +1 @@
{"apps/api":"0.4.0","apps/client":"0.3.0"}
{"apps/api":"0.4.1","apps/client":"0.3.0"}
8 changes: 8 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.1](https://github.com/nednella/echo/compare/api@v0.4.0...api@v0.4.1) (2025-11-20)


### Bug Fixes

* **docs:** add note to highlight default dummy clerk webhook signing secret ([#166](https://github.com/nednella/echo/issues/166)) ([1585c0d](https://github.com/nednella/echo/commit/1585c0d2667d16cb87c0ddc98a1dc01f69c53f26))
* **docs:** correct spelling/wording errors and numerous broken hyperlinks/references ([#163](https://github.com/nednella/echo/issues/163)) ([4cf1a0c](https://github.com/nednella/echo/commit/4cf1a0c459fd68af5f3ad7bd378da0712ecbe42b))

## [0.4.0](https://github.com/nednella/echo/compare/api@v0.3.1...api@v0.4.0) (2025-11-11)


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

group = 'com.example'
version = '0.4.0' // x-release-please-version
version = '0.4.1' // x-release-please-version

java {
toolchain {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
info = @Info(
title = "Echo API",
description = "A REST API implementation to serve the Echo client.",
version = "0.4.0" // x-release-please-version
version = "0.4.1" // x-release-please-version
),
servers = {
@Server(url = "https://api.echo-social.app", description = "Production server"),
Expand Down
Loading