diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md
index 1affac9d6..25164fd3b 100644
--- a/docs/articles/nunit/release-notes/framework.md
+++ b/docs/articles/nunit/release-notes/framework.md
@@ -7,6 +7,40 @@ uid: frameworkreleasenotes
# Framework Release
+## NUnit 4.6.1 - May 18, 2026
+
+This is a hotfix release for two regression bugs.
+
+### Bug fixes
+
+* [5258](https://github.com/nunit/nunit/issues/5258) 4.6 Regression: Cross-type equivalency checking doesn't work anymore. Thanks to NUnit Team member [Steven Weerdenburg](https://github.com/stevenaw) for [PR 5259](https://github.com/nunit/nunit/pull/5259)
+* [5249](https://github.com/nunit/nunit/issues/5249) Inconclusive Result while using RetryExceptions. Thanks to [Christoph Fürbacher](https://github.com/ackhack) for [PR 5250](https://github.com/nunit/nunit/pull/5250)
+
+### Acknowledgements
+
+We want to express our heartfelt gratitude to everyone who has contributed to this release
+by reporting bugs, suggesting enhancements, and providing valuable feedback.
+Your efforts help make NUnit better for the entire community.
+
+A special thank you to the following reporters for identifying issues:
+
+
+
+and to the commenters who engaged in discussions and offered further insights:
+
+
+
## NUnit 4.6.0 - May 4, 2026
This is a release with several enhancements, more type safety and several bugs fixed.