Skip to content

Commit be636a8

Browse files
authored
add changelog for acr new version (Azure#20939)
* add changelog for acr new version * fix version
1 parent 3605563 commit be636a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

sdk/containers/azcontainerregistry/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
# Release History
22

3-
## 0.1.2 (Unreleased)
3+
## 0.2.0 (2023-06-06)
44

55
### Features Added
6+
* Add `DigestValidationReader` to help to do digest validation when read manifest or blob
67

78
### Breaking Changes
9+
* Remove `MarshalJSON` for some of the types that are not used in the request.
810

911
### Bugs Fixed
1012
* Add state restore for hash calculator when upload fails
1113
* Do not re-calculate digest when retry
1214

1315
### Other Changes
1416
* Change default audience to https://containerregistry.azure.net
17+
* Refine examples of image upload and download
1518

1619
## 0.1.1 (2023-03-07)
1720

sdk/containers/azcontainerregistry/custom_constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ package azcontainerregistry
88

99
const (
1010
moduleName = "azcontainerregistry"
11-
moduleVersion = "v0.1.2"
11+
moduleVersion = "v0.2.0"
1212
defaultAudience = "https://containerregistry.azure.net"
1313
)

0 commit comments

Comments
 (0)