Skip to content

Commit ccab918

Browse files
authored
Increment the version of azure-containers-containerregistry (Azure#27559)
# Description Backport increment version change to the azure-containers-containerregistry. # All SDK Contribution checklist: - [X] **The pull request does not introduce [breaking changes]** - [X] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [X] **I have read the [contribution guidelines](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).** ## [General Guidelines and Best Practices](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md#developer-guide) - [X] Title of the pull request is clear and informative. - [X] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### [Testing Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md#building-and-unit-testing) - [ ] Pull request includes test coverage for the included changes.
1 parent 739427a commit ccab918

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ com.azure:azure-communication-sms;1.0.8;1.1.0-beta.1
6262
com.azure:azure-communication-identity;1.1.6;1.2.0-beta.2
6363
com.azure:azure-communication-phonenumbers;1.0.8;1.1.0-beta.3
6464
com.azure:azure-communication-networktraversal;1.0.0;1.1.0-beta.1
65-
com.azure:azure-containers-containerregistry;1.0.1;1.1.0-beta.1
65+
com.azure:azure-containers-containerregistry;1.0.2;1.1.0-beta.1
6666
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
6767
com.azure:azure-core;1.26.0;1.27.0-beta.1
6868
com.azure:azure-core-amqp;2.4.0;2.5.0-beta.1

sdk/containerregistry/azure-containers-containerregistry/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111

1212
### Other Changes
1313

14+
## 1.0.2 (2022-03-08)
15+
16+
### Other Changes
17+
18+
#### Dependency Updates
19+
20+
- Upgraded `azure-core-http-netty` from `1.11.7` to version `1.11.8`.
21+
- Upgraded `azure-core` from `1.25.0` to version `1.26.0`.
22+
1423
## 1.0.1 (2022-02-08)
1524

1625
### Other Changes

0 commit comments

Comments
 (0)