From d5ab2dd7cb683aefb0226592597c77155184c2e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:38:45 +0000 Subject: [PATCH] chore(main): release waygate-webhooks 0.1.1 --- .release-please-manifest.json | 2 +- libs/webhooks/CHANGELOG.md | 9 +++++++++ libs/webhooks/pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 libs/webhooks/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21f6d44..7d6bc58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "apps/scheduler": "0.1.0", "apps/worker-app": "0.1.0", "libs/core": "0.1.0", - "libs/webhooks": "0.1.0", + "libs/webhooks": "0.1.1", "libs/worker": "0.1.0", "libs/workflows": "0.1.0", "plugins/local-storage": "0.1.0", diff --git a/libs/webhooks/CHANGELOG.md b/libs/webhooks/CHANGELOG.md new file mode 100644 index 0000000..8548d42 --- /dev/null +++ b/libs/webhooks/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-webhooks-v0.1.0...waygate-webhooks-v0.1.1) (2026-04-23) + + +### Features + +* **web:** add unified web app and shared ingress ([074d2cb](https://github.com/voidrot/waygate/commit/074d2cb4d37cd136b174d9eeab34c28129c75a5d)) +* **web:** stabilize config and document auth settings ([537b9fc](https://github.com/voidrot/waygate/commit/537b9fcda683eff1d8317c941768051b2f40c786)) diff --git a/libs/webhooks/pyproject.toml b/libs/webhooks/pyproject.toml index bfaf8af..73d1399 100644 --- a/libs/webhooks/pyproject.toml +++ b/libs/webhooks/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-webhooks" -version = "0.1.0" +version = "0.1.1" description = "Mountable FastAPI webhook ingress for WayGate" readme = "README.md" authors = [