From 28e375d6d90eaa6ad6ad192e8cfb3e03615df55c Mon Sep 17 00:00:00 2001 From: sabbour Date: Fri, 4 Sep 2026 17:33:44 -0700 Subject: [PATCH] chore(release): prepare v0.28.5 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2051f5ad-3370-49bf-92f6-f5a4a973f88f --- .changeset/oauth-consent-form-action.md | 5 ----- CHANGELOG.md | 6 ++++++ VERSION | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/oauth-consent-form-action.md diff --git a/.changeset/oauth-consent-form-action.md b/.changeset/oauth-consent-form-action.md deleted file mode 100644 index b1ac292f..00000000 --- a/.changeset/oauth-consent-form-action.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agentweaver": patch ---- - -Allow OAuth consent submissions to reach only the validated registered client callback while preserving a strict content security policy. diff --git a/CHANGELOG.md b/CHANGELOG.md index e3cab07d..f4795859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.28.5 + +### Patch Changes + +- 01127ac: Allow OAuth consent submissions to reach only the validated registered client callback while preserving a strict content security policy. + ## 0.28.4 ### Patch Changes diff --git a/VERSION b/VERSION index 097bc936..16b6bcee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.28.4 +0.28.5 diff --git a/package-lock.json b/package-lock.json index 4803f884..d8504567 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "agentweaver", - "version": "0.28.4", + "version": "0.28.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "agentweaver", - "version": "0.28.4", + "version": "0.28.5", "devDependencies": { "@changesets/cli": "^3.0.0", "@types/node": "^26.2.0", diff --git a/package.json b/package.json index ce0c9f8a..71fe033f 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,5 @@ "@types/node": "^26.2.0", "playwright": "^1.62.1" }, - "version": "0.28.4" + "version": "0.28.5" }