diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21f6d44..e2cb5cc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -12,6 +12,6 @@ "plugins/communication-rq": "0.1.0", "plugins/provider-featherless-ai": "0.1.0", "plugins/provider-ollama": "0.1.0", - "plugins/webhook-agent-session": "0.1.0", + "plugins/webhook-agent-session": "0.1.1", "plugins/webhook-generic": "0.1.0" } diff --git a/plugins/webhook-agent-session/CHANGELOG.md b/plugins/webhook-agent-session/CHANGELOG.md new file mode 100644 index 0000000..7f4de4b --- /dev/null +++ b/plugins/webhook-agent-session/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-plugin-webhook-agent-session-v0.1.0...waygate-plugin-webhook-agent-session-v0.1.1) (2026-04-23) + + +### Features + +* **api:** add agent-session webhook triggers ([252cd41](https://github.com/voidrot/waygate/commit/252cd417fdd933761645842e64b13b9180c70626)) +* **web:** add unified web app and shared ingress ([074d2cb](https://github.com/voidrot/waygate/commit/074d2cb4d37cd136b174d9eeab34c28129c75a5d)) +* **worker:** add transport-agnostic worker runtime ([badfdd5](https://github.com/voidrot/waygate/commit/badfdd5f8669227e8bbe6f2650863bae926a0c64)) diff --git a/plugins/webhook-agent-session/pyproject.toml b/plugins/webhook-agent-session/pyproject.toml index 8cab4ea..c1ce241 100644 --- a/plugins/webhook-agent-session/pyproject.toml +++ b/plugins/webhook-agent-session/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-plugin-webhook-agent-session" -version = "0.1.0" +version = "0.1.1" description = "Dedicated completed agent-session webhook plugin for WayGate" readme = "README.md" authors = [