diff --git a/CHANGELOG/7.4.md b/CHANGELOG/7.4.md
index cd1070c0653..f2aee252a1f 100644
--- a/CHANGELOG/7.4.md
+++ b/CHANGELOG/7.4.md
@@ -1,5 +1,37 @@
# 7.4 Changelog
+## [7.4.12]
+
+### Tools
+
+- Add CodeQL suppressions (#25973)
+
+### Build and Packaging Improvements
+
+
+
+
+
+Update .NET SDK to 8.0.413
+
+
+
+
+- Add LinuxHost Network configuration to PowerShell Packages pipeline (#26003)
+- Update container images to use mcr.microsoft.com for Linux and Azure Linux (#25987)
+- Update SDK to 8.0.413 (#25993)
+- Make logical template name consistent between pipelines (#25992)
+- Remove AsyncSDL from Pipelines Toggle Official/NonOfficial Runs (#25965)
+
+
+
+
+### Documentation and Help Content
+
+- Update third-party library versions to `8.0.19` for `ObjectPool`, Windows Compatibility, and `System.Drawing.Common` (#26001)
+
+[7.4.12]: https://github.com/PowerShell/PowerShell/compare/v7.4.11...v7.4.12
+
## [7.4.11] - 2025-06-17
### Engine Updates and Fixes
@@ -252,7 +284,7 @@ _This release is internal only. It is not available for download._
Add updated libicu dependency for Debian packages (#24301)
Add mapping to azurelinux repo (#24290)
Update vpack pipeline (#24281)
-Add BaseUrl to buildinfo json file (#24376)
+Add BaseUrl to buildinfo JSON file (#24376)
Delete the msix blob if it's already there (#24353)
Make some release tests run in a hosted pools (#24270)
Create new pipeline for compliance (#24252)
@@ -855,7 +887,7 @@ Bump .NET 8 to version 8.0.101
Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.507 (#19837)
Bump Microsoft.CodeAnalysis.CSharp from 4.6.0-1.final to 4.7.0-2.final (#19838)(#19667)
Update to .NET 8 Preview 4 (#19696)
-Update experimental-feature json files (#19828)
+Update experimental-feature JSON files (#19828)
Bump JsonSchema.Net from 4.1.1 to 4.1.5 (#19790)(#19768)(#19788)
Update group to assign PRs in fabricbot.json (#19759)
Add retry on failure for all upload tasks in Azure Pipelines (#19761)
@@ -863,7 +895,7 @@ Bump .NET 8 to version 8.0.101
Delete symbols on Linux as well (#19735)
Update windows.json packaging BOM (#19728)
Disable SBOM signing for CI and add extra files for packaging tests (#19729)
-Update experimental-feature json files (#19698(#19588))
+Update experimental-feature JSON files (#19698(#19588))
Add ProductCode in registry for MSI install (#19590)
Runas format changed (#15434) (Thanks @krishnayalavarthi!)
For Preview releases, add pwsh-preview.exe alias to MSIX package (#19602)
@@ -1024,7 +1056,7 @@ Bump .NET 8 to version 8.0.101
- Build the relative URI for links from the response in `Invoke-WebRequest` (#19092) (Thanks @CarloToso!)
- Fix redirection for `-CustomMethod` `POST` in WebCmdlets (#19111) (Thanks @CarloToso!)
- Dispose previous response in Webcmdlets (#19117) (Thanks @CarloToso!)
-- Improve `Invoke-WebRequest` xml and json errors format (#18837) (Thanks @CarloToso!)
+- Improve `Invoke-WebRequest` XML and JSON errors format (#18837) (Thanks @CarloToso!)
- Fix error formatting to remove the unneeded leading newline for concise view (#19080)
- Add `-NoHeader` parameter to `ConvertTo-Csv` and `Export-Csv` cmdlets (#19108) (Thanks @ArmaanMcleod!)
- Fix `Start-Process -Credential -Wait` to work on Windows (#19082)