diff --git a/sdk/containerregistry/azure-containers-containerregistry/CHANGELOG.md b/sdk/containerregistry/azure-containers-containerregistry/CHANGELOG.md index 67d8ca054dbf..e2fa746bdc82 100644 --- a/sdk/containerregistry/azure-containers-containerregistry/CHANGELOG.md +++ b/sdk/containerregistry/azure-containers-containerregistry/CHANGELOG.md @@ -9,8 +9,8 @@ ### Other Changes #### Dependency Updates -- Upgraded `azure-core` to `1.24.0` -- Upgraded `azure-core-http-netty` to `1.11.5` +- Upgraded `azure-core` to `1.24.1` +- Upgraded `azure-core-http-netty` to `1.11.6` ## 1.0.0-beta.5 (2021-11-09) ### New features diff --git a/sdk/containerregistry/azure-containers-containerregistry/README.md b/sdk/containerregistry/azure-containers-containerregistry/README.md index 9410dcd97fdd..4ed88c95f2d9 100644 --- a/sdk/containerregistry/azure-containers-containerregistry/README.md +++ b/sdk/containerregistry/azure-containers-containerregistry/README.md @@ -19,14 +19,44 @@ Use the client library for Azure Container Registry to: - [Azure Subscription][azure_subscription] - [Container Registry Create][container_registry_create_cli] -### Include the Package +### Include the package +#### Include the BOM file + +Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number. +To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/boms/azure-sdk-bom/README.md). + +```xml + + + + com.azure + azure-sdk-bom + {bom_version_to_target} + pom + import + + + +``` +and then include the direct dependency in the dependencies section without the version tag as shown below. + +```xml + + + com.azure + azure-containers-containerregistry + + +``` + +#### Include direct dependency [//]: # ({x-version-update-start;com.azure:azure-containers-containerregistry;current}) ```xml com.azure azure-containers-containerregistry - 1.0.0-beta.6 + 1.0.0 ``` [//]: # ({x-version-update-end})