diff --git a/.autover/changes/038901ab-8453-4e79-a5b0-82b2ffa55d3a.json b/.autover/changes/038901ab-8453-4e79-a5b0-82b2ffa55d3a.json
deleted file mode 100644
index 3ff19c466..000000000
--- a/.autover/changes/038901ab-8453-4e79-a5b0-82b2ffa55d3a.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.Serialization.SystemTextJson",
- "Type": "Patch",
- "ChangelogMessages": [
- "Fixed NativeAOT IL3050/IL3053 analysis warnings by marking all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable."
- ]
- },
- {
- "Name": "Amazon.Lambda.APIGatewayEvents",
- "Type": "Patch",
- "ChangelogMessages": [
- "Marked all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable."
- ]
- },
- {
- "Name": "Amazon.Lambda.SQSEvents",
- "Type": "Patch",
- "ChangelogMessages": [
- "Marked all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable."
- ]
- },
- {
- "Name": "Amazon.Lambda.SNSEvents",
- "Type": "Patch",
- "ChangelogMessages": [
- "Marked all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable."
- ]
- },
- {
- "Name": "Amazon.Lambda.SimpleEmailEvents",
- "Type": "Patch",
- "ChangelogMessages": [
- "Marked all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable."
- ]
- }
- ]
-}
diff --git a/.autover/changes/deda4452-2843-4944-b72c-3af33e780432.json b/.autover/changes/deda4452-2843-4944-b72c-3af33e780432.json
deleted file mode 100644
index ccb0d6c42..000000000
--- a/.autover/changes/deda4452-2843-4944-b72c-3af33e780432.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.AspNetCoreServer",
- "Type": "Patch",
- "ChangelogMessages": [
- "Change log level for starting response streaming from info to debug"
- ]
- },
- {
- "Name": "Amazon.Lambda.AspNetCoreServer.Hosting",
- "Type": "Patch",
- "ChangelogMessages": [
- "Change log level for starting response streaming from info to debug"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7633bc37..7d69481f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+## Release 2026-08-17
+
+### Amazon.Lambda.Serialization.SystemTextJson (3.0.1)
+* Fixed NativeAOT IL3050/IL3053 analysis warnings by marking all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable.
+### Amazon.Lambda.APIGatewayEvents (3.0.1)
+* Marked all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable.
+### Amazon.Lambda.SQSEvents (3.0.1)
+* Marked all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable.
+### Amazon.Lambda.SNSEvents (3.0.1)
+* Marked all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable.
+### Amazon.Lambda.SimpleEmailEvents (4.0.1)
+* Marked all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable.
+### Amazon.Lambda.AspNetCoreServer (10.2.1)
+* Change log level for starting response streaming from info to debug
+### Amazon.Lambda.AspNetCoreServer.Hosting (2.2.1)
+* Change log level for starting response streaming from info to debug
+
## Release 2026-08-04
### Amazon.Lambda.RuntimeSupport (2.2.0)
diff --git a/Libraries/src/Amazon.Lambda.APIGatewayEvents/Amazon.Lambda.APIGatewayEvents.csproj b/Libraries/src/Amazon.Lambda.APIGatewayEvents/Amazon.Lambda.APIGatewayEvents.csproj
index d9368937f..b1a539a66 100644
--- a/Libraries/src/Amazon.Lambda.APIGatewayEvents/Amazon.Lambda.APIGatewayEvents.csproj
+++ b/Libraries/src/Amazon.Lambda.APIGatewayEvents/Amazon.Lambda.APIGatewayEvents.csproj
@@ -6,7 +6,7 @@
$(DefaultPackageTargets)
Amazon Lambda .NET Core support - API Gateway package.
Amazon.Lambda.APIGatewayEvents
- 3.0.0
+ 3.0.1
Amazon.Lambda.APIGatewayEvents
Amazon.Lambda.APIGatewayEvents
AWS;Amazon;Lambda
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 b9e23b7c6..60fca02ed 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 @@
$(DefaultPackageTargets)
enable
enable
- 2.2.0
+ 2.2.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 58affd887..8caffa7f0 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.
$(DefaultPackageTargets)
Amazon.Lambda.AspNetCoreServer
- 10.2.0
+ 10.2.1
Amazon.Lambda.AspNetCoreServer
Amazon.Lambda.AspNetCoreServer
AWS;Amazon;Lambda;aspnetcore
diff --git a/Libraries/src/Amazon.Lambda.SNSEvents/Amazon.Lambda.SNSEvents.csproj b/Libraries/src/Amazon.Lambda.SNSEvents/Amazon.Lambda.SNSEvents.csproj
index 2e6f7d33e..7d64c06fb 100644
--- a/Libraries/src/Amazon.Lambda.SNSEvents/Amazon.Lambda.SNSEvents.csproj
+++ b/Libraries/src/Amazon.Lambda.SNSEvents/Amazon.Lambda.SNSEvents.csproj
@@ -6,7 +6,7 @@
Amazon Lambda .NET Core support - SNSEvents package.
$(DefaultPackageTargets)
Amazon.Lambda.SNSEvents
- 3.0.0
+ 3.0.1
Amazon.Lambda.SNSEvents
Amazon.Lambda.SNSEvents
AWS;Amazon;Lambda
diff --git a/Libraries/src/Amazon.Lambda.SQSEvents/Amazon.Lambda.SQSEvents.csproj b/Libraries/src/Amazon.Lambda.SQSEvents/Amazon.Lambda.SQSEvents.csproj
index 0bba176a2..0019cba3e 100644
--- a/Libraries/src/Amazon.Lambda.SQSEvents/Amazon.Lambda.SQSEvents.csproj
+++ b/Libraries/src/Amazon.Lambda.SQSEvents/Amazon.Lambda.SQSEvents.csproj
@@ -6,7 +6,7 @@
Amazon Lambda .NET Core support - SQSEvents package.
$(DefaultPackageTargets)
Amazon.Lambda.SQSEvents
- 3.0.0
+ 3.0.1
Amazon.Lambda.SQSEvents
Amazon.Lambda.SQSEvents
AWS;Amazon;Lambda
diff --git a/Libraries/src/Amazon.Lambda.Serialization.SystemTextJson/Amazon.Lambda.Serialization.SystemTextJson.csproj b/Libraries/src/Amazon.Lambda.Serialization.SystemTextJson/Amazon.Lambda.Serialization.SystemTextJson.csproj
index bc899ee33..05df21d38 100644
--- a/Libraries/src/Amazon.Lambda.Serialization.SystemTextJson/Amazon.Lambda.Serialization.SystemTextJson.csproj
+++ b/Libraries/src/Amazon.Lambda.Serialization.SystemTextJson/Amazon.Lambda.Serialization.SystemTextJson.csproj
@@ -9,7 +9,7 @@
Amazon.Lambda.Serialization.SystemTextJson
Amazon.Lambda.Serialization.SystemTextJson
AWS;Amazon;Lambda
- 3.0.0
+ 3.0.1
README.md