diff --git a/.autover/changes/27d0ce13-f148-4129-a977-1ae2fa1b36e4.json b/.autover/changes/27d0ce13-f148-4129-a977-1ae2fa1b36e4.json
deleted file mode 100644
index dede0871..00000000
--- a/.autover/changes/27d0ce13-f148-4129-a977-1ae2fa1b36e4.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "AWS.Deploy.ServerMode.Client",
- "Type": "Patch",
- "ChangelogMessages": [
- "Update Microsoft.AspNetCore.SignalR.Client version to fix System.Text.Json vulnerability"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/.autover/changes/721a3463-3ad9-413d-b2b6-11efb7575fac.json b/.autover/changes/721a3463-3ad9-413d-b2b6-11efb7575fac.json
deleted file mode 100644
index dd6c6fea..00000000
--- a/.autover/changes/721a3463-3ad9-413d-b2b6-11efb7575fac.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "AWS.Deploy.CLI",
- "Type": "Patch",
- "ChangelogMessages": [
- "Update beanstalk platform resolution logic to additionally use 'Deprecated' versions in order to continue supporting .NET 6."
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/.autover/changes/ebd7f49a-72cd-4c5b-83f4-2790a2560e94.json b/.autover/changes/ebd7f49a-72cd-4c5b-83f4-2790a2560e94.json
deleted file mode 100644
index df1f60a8..00000000
--- a/.autover/changes/ebd7f49a-72cd-4c5b-83f4-2790a2560e94.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "AWS.Deploy.CLI",
- "Type": "Minor",
- "ChangelogMessages": [
- "Read region value for non default profiles"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65950e13..b61ded42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## Release 2024-11-15
+
+### AWS.Deploy.ServerMode.Client (1.28.0)
+* Update Microsoft.AspNetCore.SignalR.Client version to fix System.Text.Json vulnerability
+### AWS.Deploy.CLI (1.28.0)
+* Update beanstalk platform resolution logic to additionally use 'Deprecated' versions in order to continue supporting .NET 6.
+* Read region value for non default profiles
+### AWS.Deploy.Recipes.CDK.Common (1.28.0)
+
## Release 2024-10-24
### AWS.Deploy.CLI (1.27.0)
diff --git a/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj b/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj
index 4b2fbd2e..87622b61 100644
--- a/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj
+++ b/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj
@@ -18,7 +18,7 @@
$(NoWarn);1570;1591;ASP0000
Major
README.md
- 1.27.0
+ 1.28.0
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 c6289774..94304d28 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
@@ -10,7 +10,7 @@
icon.png
https://github.com/aws/aws-dotnet-deploy
README.md
- 1.27.0
+ 1.28.0
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 2b65ad2f..b2730930 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
- 1.27.0
+ 1.28.0