diff --git a/sdk/containers/azcontainerregistry/CHANGELOG.md b/sdk/containers/azcontainerregistry/CHANGELOG.md index 1acc11360794..b9c4ceafd38a 100644 --- a/sdk/containers/azcontainerregistry/CHANGELOG.md +++ b/sdk/containers/azcontainerregistry/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.2.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.2.0 (2023-06-06) ### Features Added diff --git a/sdk/containers/azcontainerregistry/custom_constants.go b/sdk/containers/azcontainerregistry/custom_constants.go index 03c95f8ebd3f..6755645e6f8a 100644 --- a/sdk/containers/azcontainerregistry/custom_constants.go +++ b/sdk/containers/azcontainerregistry/custom_constants.go @@ -8,6 +8,6 @@ package azcontainerregistry const ( moduleName = "azcontainerregistry" - moduleVersion = "v0.2.0" + moduleVersion = "v0.2.1" defaultAudience = "https://containerregistry.azure.net" )