diff --git a/.autover/changes/6c77f6f7-8750-4b71-a4bd-8976d6b5fc1e.json b/.autover/changes/6c77f6f7-8750-4b71-a4bd-8976d6b5fc1e.json
deleted file mode 100644
index 621c6778d..000000000
--- a/.autover/changes/6c77f6f7-8750-4b71-a4bd-8976d6b5fc1e.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.TestTool",
- "Type": "Patch",
- "ChangelogMessages": [
- "Fix issue with long debugging sessions causing events to be retried"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/.autover/changes/6ecba481-6957-4fd3-a562-dcf8676ab88c.json b/.autover/changes/6ecba481-6957-4fd3-a562-dcf8676ab88c.json
deleted file mode 100644
index 4fd5856ad..000000000
--- a/.autover/changes/6ecba481-6957-4fd3-a562-dcf8676ab88c.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.AspNetCoreServer",
- "Type": "Patch",
- "ChangelogMessages": [
- "Fixed issue when executing AddRegisterBeforeSnapshot callbacks to ensure each invocation has a new ASP.NET Core feature collection and HttpContext."
- ]
- },
- {
- "Name": "Amazon.Lambda.AspNetCoreServer.Hosting",
- "Type": "Patch",
- "ChangelogMessages": [
- "Update Amazon.Lambda.AspNetCoreServer dependency for latest patch fix."
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06752d794..86bc3489e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## Release 2025-05-15
+
+### Amazon.Lambda.TestTool (0.10.3)
+* Fix issue with long debugging sessions causing events to be retried
+### Amazon.Lambda.AspNetCoreServer (9.1.1)
+* Fixed issue when executing AddRegisterBeforeSnapshot callbacks to ensure each invocation has a new ASP.NET Core feature collection and HttpContext.
+### Amazon.Lambda.AspNetCoreServer.Hosting (1.8.1)
+* Update Amazon.Lambda.AspNetCoreServer dependency for latest patch fix.
+
## Release 2025-04-29
### Amazon.Lambda.TestTool (0.10.2)
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 2001cd3ef..974e63154 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.8.0
+ 1.8.1
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 31318d8da..d60c803ee 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.1.0
+ 9.1.1
Amazon.Lambda.AspNetCoreServer
Amazon.Lambda.AspNetCoreServer
AWS;Amazon;Lambda;aspnetcore
diff --git a/Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj b/Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj
index e0338431f..a1ed022b6 100644
--- a/Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj
+++ b/Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj
@@ -15,7 +15,7 @@
true
Amazon.Lambda.TestTool
dotnet-lambda-test-tool
- 0.10.2
+ 0.10.3
NU5100
Major
README.md