diff --git a/docs/Changelog-Platform.md b/docs/Changelog-Platform.md
index 55a8ec6265..315045d0d3 100644
--- a/docs/Changelog-Platform.md
+++ b/docs/Changelog-Platform.md
@@ -4,6 +4,29 @@ 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/)
+## [1.4.2] - 2024-10-31
+
+See full log [here](https://github.com/microsoft/testanywhere/compare/v1.4.1...v1.4.2)
+
+### Fixed
+
+* Fix casing for event key value by @MarcoRossignoli in [#3915](https://github.com/microsoft/testfx/pull/3915)
+* Fix publishing as docker image via /t:PublishContainer by @nohwnd in [#3929](https://github.com/microsoft/testfx/pull/3929)
+* Fix displaying inner exceptions in output by @Evangelink in [#3965](https://github.com/microsoft/testfx/pull/3965)
+
+### Artifacts
+
+* Microsoft.Testing.Extensions.CrashDump: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.4.2)
+* Microsoft.Testing.Extensions.HangDump: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.4.2)
+* Microsoft.Testing.Extensions.HotReload: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.4.2)
+* Microsoft.Testing.Extensions.Retry: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.4.2)
+* Microsoft.Testing.Extensions.Telemetry: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/1.4.2)
+* Microsoft.Testing.Extensions.TrxReport: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.4.2)
+* Microsoft.Testing.Extensions.TrxReport.Abstractions: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/1.4.2)
+* Microsoft.Testing.Extensions.VSTestBridge: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.VSTestBridge/1.4.2)
+* Microsoft.Testing.Platform: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Platform/1.4.2)
+* Microsoft.Testing.Platform.MSBuild: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/1.4.2)
+
## [1.4.1] - 2024-10-03
See full log [here](https://github.com/microsoft/testanywhere/compare/v1.4.0...v1.4.1)
diff --git a/docs/Changelog.md b/docs/Changelog.md
index d69e618a52..35ddd05b3e 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -4,6 +4,32 @@ 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/)
+## [3.6.2] - 2024-10-31
+
+See full log [here](https://github.com/microsoft/testfx/compare/v3.6.1...v3.6.2)
+
+### Fixed
+
+* Fix localization of test adapter messages by @nohwnd in [#3949](https://github.com/microsoft/testfx/pull/3949)
+* Fix call to EqtTrace by @nohwnd in [#3952](https://github.com/microsoft/testfx/pull/3952)
+* Fix concurrency issue with registering callback on TestRunCancellationToken by @Evangelink in [#3958](https://github.com/microsoft/testfx/pull/3958)
+* Fix MSTEST0030 to correctly handle all methods by @Evangelink in [#3974](https://github.com/microsoft/testfx/pull/3974)
+* Fix displaying inner exceptions by @Evangelink in [#3965](https://github.com/microsoft/testfx/pull/3965)
+* Fix MSTEST0018 FP with IEnumerable by @Evangelink in [#3978](https://github.com/microsoft/testfx/pull/3978)
+
+### Artifacts
+
+* MSTest: [3.6.2](https://www.nuget.org/packages/MSTest/3.6.2)
+* MSTest.TestFramework: [3.6.2](https://www.nuget.org/packages/MSTest.TestFramework/3.6.2)
+* MSTest.TestAdapter: [3.6.2](https://www.nuget.org/packages/MSTest.TestAdapter/3.6.2)
+* MSTest.Analyzers: [3.6.2](https://www.nuget.org/packages/MSTest.Analyzers/3.6.2)
+* MSTest.Sdk: [3.6.2](https://www.nuget.org/packages/MSTest.Sdk/3.6.2)
+* Microsoft.Testing.Extensions.CrashDump: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.4.2)
+* Microsoft.Testing.Extensions.HangDump: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.4.2)
+* Microsoft.Testing.Extensions.HotReload: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.4.2)
+* Microsoft.Testing.Extensions.Retry: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.4.2)
+* Microsoft.Testing.Extensions.TrxReport: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.4.2)
+
## [3.6.1] - 2024-10-03
See full log [here](https://github.com/microsoft/testfx/compare/v3.6.0...v3.6.1)