diff --git a/.autover/changes/fd1edd27-5324-4679-b0af-e2530bcc918f.json b/.autover/changes/fd1edd27-5324-4679-b0af-e2530bcc918f.json
deleted file mode 100644
index 9b755925..00000000
--- a/.autover/changes/fd1edd27-5324-4679-b0af-e2530bcc918f.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.Tools",
- "Type": "Patch",
- "ChangelogMessages": [
- "Added logic to handle extraneous double-quotes around value for --msbuild-parameters that could be passed in .NET argument for certain execution environments."
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3f0d557..68f94f68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Release 2025-01-13
+
+### Amazon.Lambda.Tools (5.12.4)
+* Added logic to handle extraneous double-quotes around value for --msbuild-parameters that could be passed in .NET argument for certain execution environments.
+
## Release 2024-12-19
### Amazon.Lambda.Tools (5.12.3)
diff --git a/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj b/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj
index af0ff690..075f0928 100644
--- a/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj
+++ b/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj
@@ -15,7 +15,7 @@
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
AWS Lambda Tools for .NET CLI
false
- 5.12.3
+ 5.12.4