Skip to content

Commit

Permalink
Update containerregistry version (#29849)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jul 7, 2022
1 parent 5bb7acd commit 2ad1ca8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ com.azure:azure-communication-sms;1.1.3;1.2.0-beta.1
com.azure:azure-communication-identity;1.1.10;1.2.0-beta.2
com.azure:azure-communication-phonenumbers;1.0.12;1.1.0-beta.8
com.azure:azure-communication-networktraversal;1.1.0-beta.2;1.1.0-beta.3
com.azure:azure-containers-containerregistry;1.0.5;1.1.0-beta.2
com.azure:azure-containers-containerregistry;1.0.6;1.1.0-beta.2
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core;1.30.0;1.31.0-beta.1
com.azure:azure-core-amqp;2.6.0;2.7.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,19 @@
## 1.1.0-beta.1 (2022-04-08)

### Features Added

- Added interfaces from `com.azure.core.client.traits` to `ContainerRegistryClientBuilder`.
- Added support for `ContainerRegistryBlobAsyncClient`.

## 1.0.6 (2022-07-06)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.29.1` to version `1.30.0`.
- Upgraded `azure-core-http-netty` from `1.12.2` to version `1.12.3`.

## 1.0.5 (2022-06-09)

### Other Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ and then include the direct dependency in the dependencies section without the v
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-containers-containerregistry</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit 2ad1ca8

Please sign in to comment.