diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b41ddb..db5fdca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1](https://github.com/microsoft/edge-ai/compare/v4.0.0...v4.0.1) (2026-05-19) + + +### Bug Fixes + +* **ci:** sign release tags and pin repo context ([#526](https://github.com/microsoft/edge-ai/issues/526)) ([3182d3e](https://github.com/microsoft/edge-ai/commit/3182d3e7a3fa161156cac0ac91cee7a2562c7bba)) + ## [4.0.0](https://github.com/microsoft/edge-ai/compare/v3.0.0...v4.0.0) (2026-05-15) diff --git a/release-please-manifest.json b/release-please-manifest.json index e6f87756..cf533f28 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" }