diff --git a/.autover/changes/aeb80c58-0a88-4bcb-9fc4-c23c4045e6ec.json b/.autover/changes/aeb80c58-0a88-4bcb-9fc4-c23c4045e6ec.json
deleted file mode 100644
index c90f806f..00000000
--- a/.autover/changes/aeb80c58-0a88-4bcb-9fc4-c23c4045e6ec.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "AWS.Deploy.CLI",
- "Type": "Patch",
- "ChangelogMessages": [
- "Add the --load flag in docker buildx build because, unlike the standard docker build command, buildx doesn't automatically load the resulting image into the local Docker image store. When using buildx with certain docker drivers (like docker-container), the build process happens in a container, and the resulting image needs to be explicitly loaded into the local image store using --load."
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95aed5ac..d677c801 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## Release 2025-07-15
+
+### AWS.Deploy.CLI (2.0.2)
+* Add the --load flag in docker buildx build because, unlike the standard docker build command, buildx doesn't automatically load the resulting image into the local Docker image store. When using buildx with certain docker drivers (like docker-container), the build process happens in a container, and the resulting image needs to be explicitly loaded into the local image store using --load.
+### AWS.Deploy.Recipes.CDK.Common (2.0.2)
+### AWS.Deploy.ServerMode.Client (2.0.2)
+
## Release 2025-06-25
### AWS.Deploy.CLI (2.0.1)
diff --git a/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj b/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj
index e49e5f3b..d1f92890 100644
--- a/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj
+++ b/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj
@@ -22,7 +22,7 @@
$(NoWarn);1570;1591;ASP0000
Major
README.md
- 2.0.1
+ 2.0.2
diff --git a/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj b/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj
index cd037aa6..e40fdb8a 100644
--- a/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj
+++ b/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj
@@ -13,7 +13,7 @@
icon.png
https://github.com/aws/aws-dotnet-deploy
README.md
- 2.0.1
+ 2.0.2
diff --git a/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj b/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj
index 45b119b4..92740083 100644
--- a/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj
+++ b/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj
@@ -12,7 +12,7 @@
https://github.com/aws/aws-dotnet-deploy
true
..\..\public.snk
- 2.0.1
+ 2.0.2