Skip to content

Commit

Permalink
Merge changelog from release branch back to main (Azure#29391)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova authored Jun 10, 2022
1 parent 80d0fe6 commit e541455
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,33 @@
- Added interfaces from `com.azure.core.client.traits` to `ContainerRegistryClientBuilder`.
- Added support for `ContainerRegistryBlobAsyncClient`.

## 1.0.5 (2022-06-09)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.28.0` to version `1.29.1`.
- Upgraded `azure-core-http-netty` from `1.12.0` to version `1.12.2`.

## 1.0.4 (2022-05-10)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.27.0` to version `1.28.0`.
- Upgraded `azure-core-http-netty` from `1.11.9` to version `1.12.0`.

## 1.0.3 (2022-04-06)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.26.0` to version `1.27.0`.
- Upgraded `azure-core-http-netty` from `1.11.8` to version `1.11.9`.

## 1.0.2 (2022-03-08)

### Other Changes
Expand Down Expand Up @@ -51,7 +78,6 @@
- Enabled support for the stable `2021-07-01` swagger api-version.
- Removed `getTeleportEnabled` and `setTeleportEnabled` field from `RepositoryProperties`.


## 1.0.0-beta.4 (2021-08-20)
### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion sdk/containerregistry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-containers-containerregistry</artifactId>
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-sdk-containerregistry;current} -->
<version>1.1.0-beta.2</version> <!-- {x-version-update;com.azure:azure-containers-containerregistry;current} -->
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit e541455

Please sign in to comment.