diff --git a/docs/Changelog-Platform.md b/docs/Changelog-Platform.md
index c515b882c2..9cd5d69c3e 100644
--- a/docs/Changelog-Platform.md
+++ b/docs/Changelog-Platform.md
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
+## [2.2.3] - 2026-05-14
+
+See full log [of v4.2.2...v4.2.3](https://github.com/microsoft/testfx/compare/v4.2.2...v4.2.3)
+
+### Artifacts
+
+* Microsoft.Testing.Platform: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Platform/2.2.3)
+* Microsoft.Testing.Platform.MSBuild: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/2.2.3)
+* Microsoft.Testing.Extensions.CrashDump: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/2.2.3)
+* Microsoft.Testing.Extensions.HangDump: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/2.2.3)
+* Microsoft.Testing.Extensions.HotReload: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/2.2.3)
+* Microsoft.Testing.Extensions.Retry: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/2.2.3)
+* Microsoft.Testing.Extensions.Telemetry: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/2.2.3)
+* Microsoft.Testing.Extensions.TrxReport: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/2.2.3)
+* Microsoft.Testing.Extensions.TrxReport.Abstractions: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/2.2.3)
+
## [2.2.2] - 2026-04-30
See full log [of v4.2.1...v4.2.2](https://github.com/microsoft/testfx/compare/v4.2.1...v4.2.2)
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 370f526997..b62d068d3a 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -4,16 +4,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
-## [4.2.3] - 2026-05-XX
+## [4.2.3] - 2026-05-14
-See full log [of v4.2.2...v4.2.3](https://github.com/microsoft/testfx/compare/v4.2.1...v4.2.2)
+See full log [of v4.2.2...v4.2.3](https://github.com/microsoft/testfx/compare/v4.2.2...v4.2.3)
### Fixed
* Fix log accumulation across DynamicData test invocations by @Evangelink in [#7925](https://github.com/microsoft/testfx/pull/7925)
+* Fix async TestInitialize/TestCleanup causing COMException in WinUI UITestMethod by @Copilot in [#8119](https://github.com/microsoft/testfx/pull/8119)
### Artifacts
+* MSTest: [4.2.3](https://www.nuget.org/packages/MSTest/4.2.3)
+* MSTest.TestFramework: [4.2.3](https://www.nuget.org/packages/MSTest.TestFramework/4.2.3)
+* MSTest.TestAdapter: [4.2.3](https://www.nuget.org/packages/MSTest.TestAdapter/4.2.3)
+* MSTest.Analyzers: [4.2.3](https://www.nuget.org/packages/MSTest.Analyzers/4.2.3)
+* MSTest.Sdk: [4.2.3](https://www.nuget.org/packages/MSTest.Sdk/4.2.3)
+* MSTest.SourceGeneration: [2.0.0-alpha.26228.3](https://www.nuget.org/packages/MSTest.SourceGeneration/2.0.0-alpha.26228.3)
+* MSTest.Engine: [2.0.0-alpha.26228.3](https://www.nuget.org/packages/MSTest.Engine/2.0.0-alpha.26228.3)
+
## [4.2.2] - 2026-04-30
See full log [of v4.2.1...v4.2.2](https://github.com/microsoft/testfx/compare/v4.2.1...v4.2.2)