diff --git a/sdk/containers/azcontainerregistry/CHANGELOG.md b/sdk/containers/azcontainerregistry/CHANGELOG.md index 598afc83a573..509ad1a5f7c9 100644 --- a/sdk/containers/azcontainerregistry/CHANGELOG.md +++ b/sdk/containers/azcontainerregistry/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.1.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.1.0 (2023-02-07) * This is the initial release of the `azcontainerregistry` library diff --git a/sdk/containers/azcontainerregistry/custom_constants.go b/sdk/containers/azcontainerregistry/custom_constants.go index 7509104164b5..e4ada50360aa 100644 --- a/sdk/containers/azcontainerregistry/custom_constants.go +++ b/sdk/containers/azcontainerregistry/custom_constants.go @@ -8,5 +8,5 @@ package azcontainerregistry const ( moduleName = "azcontainerregistry" - moduleVersion = "v0.1.0" + moduleVersion = "v0.1.1" )