diff --git a/sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md b/sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md index 44ba46485439..7b31788ac3b9 100644 --- a/sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md +++ b/sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md @@ -1,13 +1,8 @@ # Release History -## 1.3.0 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.3.0 (2021-11-09) ### Bugs Fixed - - Fix the issue that data was persisted according to an incorrect schema/in an incorrect format ([#20518](https://github.com/Azure/azure-sdk-for-python/issues/20518)) `SecretReferenceConfigurationSetting` in 1.2.0 used "secret_uri" rather than "uri" as the schema keywords which @@ -17,8 +12,6 @@ - Use 1.3.0+ for any `SecretReferenceConfigurationSetting` uses. - Call a get method for existing `SecretReferenceConfigurationSetting`s and set them back to correct the format. -### Other Changes - ## 1.2.0 (2021-07-06) ### Features Added * Adds `FeatureFlagConfigurationSetting` and `SecretReferenceConfigurationSetting` models