From 81a6ca05ae0e3c308347cbe2d0db4656c701b1c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 09:19:06 +0000 Subject: [PATCH] chore: release 4.6.2 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index f58e9bb..38625df 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.6.1" + ".": "4.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b72882..a304f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.6.2](https://github.com/pm7y/AzureEventGridSimulator/compare/4.6.1...4.6.2) (2025-12-26) + + +### Bug Fixes + +* fix-release ([#245](https://github.com/pm7y/AzureEventGridSimulator/issues/245)) ([c15dc81](https://github.com/pm7y/AzureEventGridSimulator/commit/c15dc8163bd0684e2a503066de7e3dc327fa0481)) + ## [4.6.1](https://github.com/pm7y/AzureEventGridSimulator/compare/4.6.0...4.6.1) (2025-12-26)