diff --git a/.autover/changes/fix-memory-history-ordering.json b/.autover/changes/fix-memory-history-ordering.json
deleted file mode 100644
index 5dcc8ef..0000000
--- a/.autover/changes/fix-memory-history-ordering.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "Projects": [
- {
- "Name": "AWS.AgentCore.Hosting",
- "Type": "Patch",
- "ChangelogMessages": [
- "Fixed AgentCoreMemoryProvider replaying conversation history in reverse (newest-first) order. The AgentCore Memory ListEvents API returns events newest-first; the provider now sorts them ascending by EventTimestamp so chat history is presented oldest-first and multi-turn follow-ups bind to the most recent turn."
- ]
- },
- {
- "Name": "AWS.AgentCore.Testing",
- "Type": "Patch",
- "ChangelogMessages": [
- "Updated the in-memory Memory emulator (InMemoryEventStore.ListEvents) to return events newest-first, matching the ordering of the real Amazon Bedrock AgentCore Memory ListEvents API so local tests exercise the same ordering behavior as production."
- ]
- }
- ]
-}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9073c29..b263688 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## Release 2026-08-20 #2
+
+### AWS.AgentCore.Hosting (1.1.1)
+* Fixed AgentCoreMemoryProvider replaying conversation history in reverse (newest-first) order. The AgentCore Memory ListEvents API returns events newest-first; the provider now sorts them ascending by EventTimestamp so chat history is presented oldest-first and multi-turn follow-ups bind to the most recent turn.
+### AWS.AgentCore.Testing (1.0.1)
+* Updated the in-memory Memory emulator (InMemoryEventStore.ListEvents) to return events newest-first, matching the ordering of the real Amazon Bedrock AgentCore Memory ListEvents API so local tests exercise the same ordering behavior as production.
+
## Release 2026-08-20
### AWS.AgentCore.Hosting (1.1.0)
diff --git a/src/AWS.AgentCore.Hosting/AWS.AgentCore.Hosting.csproj b/src/AWS.AgentCore.Hosting/AWS.AgentCore.Hosting.csproj
index 3c37225..acb9554 100644
--- a/src/AWS.AgentCore.Hosting/AWS.AgentCore.Hosting.csproj
+++ b/src/AWS.AgentCore.Hosting/AWS.AgentCore.Hosting.csproj
@@ -5,7 +5,7 @@
enable
enable
true
- 1.1.0
+ 1.1.1
true
AWS.AgentCore.Hosting
AI Integrations on AWS for .NET
diff --git a/src/AWS.AgentCore.SourceGenerator/AWS.AgentCore.SourceGenerator.csproj b/src/AWS.AgentCore.SourceGenerator/AWS.AgentCore.SourceGenerator.csproj
index aa8c8ce..af8ea5e 100644
--- a/src/AWS.AgentCore.SourceGenerator/AWS.AgentCore.SourceGenerator.csproj
+++ b/src/AWS.AgentCore.SourceGenerator/AWS.AgentCore.SourceGenerator.csproj
@@ -8,7 +8,7 @@
true
false
14.0
- 1.1.0
+ 1.1.1
true
True
true
diff --git a/src/AWS.AgentCore.Testing/AWS.AgentCore.Testing.csproj b/src/AWS.AgentCore.Testing/AWS.AgentCore.Testing.csproj
index 35e803f..91a472c 100644
--- a/src/AWS.AgentCore.Testing/AWS.AgentCore.Testing.csproj
+++ b/src/AWS.AgentCore.Testing/AWS.AgentCore.Testing.csproj
@@ -9,7 +9,7 @@
true
AWS.AgentCore.Testing
true
- 1.0.0
+ 1.0.1
AI Integrations on AWS for .NET - Testing Framework
Amazon Web Services
Amazon Web Services