diff --git a/.autover/changes/40022108-c9b1-45ba-9b5e-a3b2ae56fc4e.json b/.autover/changes/40022108-c9b1-45ba-9b5e-a3b2ae56fc4e.json
deleted file mode 100644
index d24659714..000000000
--- a/.autover/changes/40022108-c9b1-45ba-9b5e-a3b2ae56fc4e.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.TestTool",
- "Type": "Patch",
- "ChangelogMessages": [
- "Fix issue causing sample requests to not be applied if a config path is not supplied"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/.autover/changes/5e73fa84-6603-4a1e-b957-2e1e926c5aa9.json b/.autover/changes/5e73fa84-6603-4a1e-b957-2e1e926c5aa9.json
deleted file mode 100644
index c3de3eacc..000000000
--- a/.autover/changes/5e73fa84-6603-4a1e-b957-2e1e926c5aa9.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.AspNetCoreServer",
- "Type": "Minor",
- "ChangelogMessages": [
- "Update Amazon.Lambda.Logging.AspNetCore dependency"
- ]
- },
- {
- "Name": "Amazon.Lambda.AspNetCoreServer.Hosting",
- "Type": "Minor",
- "ChangelogMessages": [
- "Update Amazon.Lambda.Logging.AspNetCore dependency"
- ]
- },
- {
- "Name": "Amazon.Lambda.Core",
- "Type": "Minor",
- "ChangelogMessages": [
- "Added log level with exception version of the static logging functions on Amazon.Lambda.Core.LambdaLogger"
- ]
- },
- {
- "Name": "Amazon.Lambda.Logging.AspNetCore",
- "Type": "Minor",
- "ChangelogMessages": [
- "Convert logging parameters into JSON properties when Lambda log format is configured as JSON"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9c4a9fec..f1daeb886 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## Release 2025-07-14 #2
+
+### Amazon.Lambda.TestTool (0.11.1)
+* Fix issue causing sample requests to not be applied if a config path is not supplied
+### Amazon.Lambda.AspNetCoreServer (9.2.0)
+* Update Amazon.Lambda.Logging.AspNetCore dependency
+### Amazon.Lambda.AspNetCoreServer.Hosting (1.9.0)
+* Update Amazon.Lambda.Logging.AspNetCore dependency
+### Amazon.Lambda.Core (2.7.0)
+* Added log level with exception version of the static logging functions on Amazon.Lambda.Core.LambdaLogger
+### Amazon.Lambda.Logging.AspNetCore (4.1.0)
+* Convert logging parameters into JSON properties when Lambda log format is configured as JSON
+
## Release 2025-06-25
### Amazon.Lambda.TestTool (0.11.0)
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 a158365cd..89bc352b6 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.2
+ 1.9.0
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 3a2993965..143bdff28 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.2
+ 9.2.0
Amazon.Lambda.AspNetCoreServer
Amazon.Lambda.AspNetCoreServer
AWS;Amazon;Lambda;aspnetcore
diff --git a/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj b/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj
index 9b31f782e..9ca58ccb9 100644
--- a/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj
+++ b/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj
@@ -6,7 +6,7 @@
netstandard2.0;net6.0;net8.0
Amazon Lambda .NET Core support - Core package.
Amazon.Lambda.Core
- 2.6.0
+ 2.7.0
Amazon.Lambda.Core
Amazon.Lambda.Core
AWS;Amazon;Lambda
diff --git a/Libraries/src/Amazon.Lambda.Logging.AspNetCore/Amazon.Lambda.Logging.AspNetCore.csproj b/Libraries/src/Amazon.Lambda.Logging.AspNetCore/Amazon.Lambda.Logging.AspNetCore.csproj
index 7a2045eac..1b424e9c0 100644
--- a/Libraries/src/Amazon.Lambda.Logging.AspNetCore/Amazon.Lambda.Logging.AspNetCore.csproj
+++ b/Libraries/src/Amazon.Lambda.Logging.AspNetCore/Amazon.Lambda.Logging.AspNetCore.csproj
@@ -6,7 +6,7 @@
Amazon Lambda .NET Core support - Logging ASP.NET Core package.
net6.0;net8.0
Amazon.Lambda.Logging.AspNetCore
- 4.0.0
+ 4.1.0
Amazon.Lambda.Logging.AspNetCore
Amazon.Lambda.Logging.AspNetCore
AWS;Amazon;Lambda;Logging
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 5b7fe9a4e..546ec3a84 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.11.0
+ 0.11.1
NU5100
Major
README.md