diff --git a/.autover/changes/7db9a194-0cc2-43e7-81da-e2f468d3fc90.json b/.autover/changes/7db9a194-0cc2-43e7-81da-e2f468d3fc90.json
deleted file mode 100644
index 1375f0777..000000000
--- a/.autover/changes/7db9a194-0cc2-43e7-81da-e2f468d3fc90.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.AspNetCoreServer",
- "Type": "Patch",
- "ChangelogMessages": [
- "Fixed issue \u0027(EmptyBodyBehavior = EmptyBodyBehavior.Allow)\u0027 not being honored when request body was empty"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/.autover/changes/cd8cd757-830a-4abd-b01f-92176e837b07.json b/.autover/changes/cd8cd757-830a-4abd-b01f-92176e837b07.json
deleted file mode 100644
index 126712648..000000000
--- a/.autover/changes/cd8cd757-830a-4abd-b01f-92176e837b07.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.RuntimeSupport",
- "Type": "Patch",
- "ChangelogMessages": [
- "Revert behavior for non SnapShot scenario to throw an exception when initialization fails"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/.autover/changes/f8f316e8-1393-4185-bfb1-07ccfa2e68bf.json b/.autover/changes/f8f316e8-1393-4185-bfb1-07ccfa2e68bf.json
deleted file mode 100644
index ac48a24ef..000000000
--- a/.autover/changes/f8f316e8-1393-4185-bfb1-07ccfa2e68bf.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.AspNetCoreServer.Hosting",
- "Type": "Patch",
- "ChangelogMessages": [
- "Fixed issue \u0027(EmptyBodyBehavior = EmptyBodyBehavior.Allow)\u0027 not being honored when request body was empty"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2eac278bd..915f2b026 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## Release 2024-11-26
+
+### Amazon.Lambda.AspNetCoreServer (9.0.3)
+* Fixed issue '(EmptyBodyBehavior = EmptyBodyBehavior.Allow)' not being honored when request body was empty
+### Amazon.Lambda.RuntimeSupport (1.12.1)
+* Revert behavior for non SnapShot scenario to throw an exception when initialization fails
+### Amazon.Lambda.AspNetCoreServer.Hosting (1.7.3)
+* Fixed issue '(EmptyBodyBehavior = EmptyBodyBehavior.Allow)' not being honored when request body was empty
+
## Release 2024-11-25
### Amazon.Lambda.Templates (7.4.0)
* Update package dependencies. The significant dependency update was for Amazon.Lambda.Core and Amazon.Lambda.RuntimeSupport with added support for Lambda SnapStart.
diff --git a/Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/Amazon.Lambda.AspNetCoreServer.Hosting.csproj b/Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/Amazon.Lambda.AspNetCoreServer.Hosting.csproj
index 2afda60bc..2275c405d 100644
--- a/Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/Amazon.Lambda.AspNetCoreServer.Hosting.csproj
+++ b/Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/Amazon.Lambda.AspNetCoreServer.Hosting.csproj
@@ -7,7 +7,7 @@
net6.0;net8.0
enable
enable
- 1.7.2
+ 1.7.3
README.md
Amazon.Lambda.AspNetCoreServer.Hosting
Amazon.Lambda.AspNetCoreServer.Hosting
diff --git a/Libraries/src/Amazon.Lambda.AspNetCoreServer/Amazon.Lambda.AspNetCoreServer.csproj b/Libraries/src/Amazon.Lambda.AspNetCoreServer/Amazon.Lambda.AspNetCoreServer.csproj
index 43aab872b..3c4e5298b 100644
--- a/Libraries/src/Amazon.Lambda.AspNetCoreServer/Amazon.Lambda.AspNetCoreServer.csproj
+++ b/Libraries/src/Amazon.Lambda.AspNetCoreServer/Amazon.Lambda.AspNetCoreServer.csproj
@@ -6,7 +6,7 @@
Amazon.Lambda.AspNetCoreServer makes it easy to run ASP.NET Core Web API applications as AWS Lambda functions.
net6.0;net8.0
Amazon.Lambda.AspNetCoreServer
- 9.0.2
+ 9.0.3
Amazon.Lambda.AspNetCoreServer
Amazon.Lambda.AspNetCoreServer
AWS;Amazon;Lambda;aspnetcore
diff --git a/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj b/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj
index 7cf4f87c9..c15ef3e33 100644
--- a/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj
+++ b/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj
@@ -1,10 +1,10 @@
-
+
netstandard2.0;net5.0;net6.0;net8.0
- 1.12.0
+ 1.12.1
Provides a bootstrap and Lambda Runtime API Client to help you to develop custom .NET Core Lambda Runtimes.
Amazon.Lambda.RuntimeSupport
Amazon.Lambda.RuntimeSupport