diff --git a/.changeset/oauth-consent-form-action.md b/.changeset/oauth-consent-form-action.md deleted file mode 100644 index b1ac292f1..000000000 --- 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 e3cab07d1..f4795859e 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 097bc9362..16b6bcee6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.28.4 +0.28.5 diff --git a/package-lock.json b/package-lock.json index 4803f8843..d85045671 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 ce0c9f8aa..71fe033fb 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" }