diff --git a/.autover/changes/5ce6e470-afe4-41e4-8945-ea5f9317d53d.json b/.autover/changes/5ce6e470-afe4-41e4-8945-ea5f9317d53d.json
deleted file mode 100644
index 7010462..0000000
--- a/.autover/changes/5ce6e470-afe4-41e4-8945-ea5f9317d53d.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.Tools",
- "Type": "Patch",
- "ChangelogMessages": [
- "Updated message related to self-contained runtimes with lambda functions"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/.autover/changes/8a5204e4-83ec-45ac-8c75-27512ae9cdf8.json b/.autover/changes/8a5204e4-83ec-45ac-8c75-27512ae9cdf8.json
deleted file mode 100644
index 7f8d57f..0000000
--- a/.autover/changes/8a5204e4-83ec-45ac-8c75-27512ae9cdf8.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.Tools",
- "Type": "Patch",
- "ChangelogMessages": [
- "Update logic for finding project properties to use MSBuild instead of parsing the project file directly. See https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2022 for more details.",
- "Fix 'SelfContained' property reading logic to actually read the value from the properties. Previously we were only checking that the value could be parsed and not reading the actual value."
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ba60c1..a67173d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## Release 2024-11-26
+
+### Amazon.Lambda.Tools (5.12.1)
+* Updated message related to self-contained runtimes with lambda functions
+* Update logic for finding project properties to use MSBuild instead of parsing the project file directly. See https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2022 for more details.
+* Fix 'SelfContained' property reading logic to actually read the value from the properties. Previously we were only checking that the value could be parsed and not reading the actual value.
+
## Release 2024-11-18
### Amazon.Lambda.Tools (5.12.0)
diff --git a/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj b/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj
index c53fe76..fa6e7fd 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.0
+ 5.12.1