diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md
index 8754239c36951..df6b10ccdca20 100644
--- a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md
+++ b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md
@@ -1,6 +1,6 @@
# Release History
-## 1.3.0-beta.1 (Unreleased)
+## 1.3.0 (2023-11-08)
### Acknowledgments
@@ -12,15 +12,11 @@ Thank you to our developer community members who helped to make the Key Vault co
- Changed visibility of `AzureKeyVaultConfigurationSource` as public to allow for custom ordering of configuration sections when reading. _(A community contribution, courtesy of [jabberwik](https://github.com/jabberwik))_
-### Breaking Changes
-
### Bugs Fixed
- Corrected the parameter name in the `ArgumentNullException` that is thrown if a null `options` argument is passed
to `AddAzureKeyVault`.
-### Other Changes
-
## 1.2.2 (2022-04-05)
### Acknowledgments
diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj
index ab041be74aec1..207d0db90cb4f 100644
--- a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj
+++ b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj
@@ -4,7 +4,7 @@
Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.
$(RequiredTargetFrameworks)
$(PackageTags);azure;keyvault
- 1.3.0-beta.1
+ 1.3.0
1.2.2
$(NoWarn);AZC0001;AZC0102