Fix the date in the changelog for storage beta.6 packages using the correct year to avoid auto version bump PR re-ordering it (#1970)

* Fix the date in the changelog for storage beta.6 packages using the correct year to avoid auto version bump PR re-ordering it

* Fix the year for common beta.6

* Fix the CL year for shares beta.6

* Fix the CL year for datalake beta.6
This commit is contained in:
Ahson Khan 2021-03-23 18:48:00 -07:00 committed by GitHub
parent d6cd0af3cc
commit 82dd53f3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@
- Removed `BlobPrefix` struct, use `std::string` instead.
- Refined `BlobContainerItem`, `BlobItem`, `DownloadBlobResult` and `DownloadBlobToResult`.
## 12.0.0-beta.6 (2020-01-14)
## 12.0.0-beta.6 (2021-01-14)
### New Features

View File

@ -27,7 +27,7 @@
- Fixed `ClientRequestId` wasn't filled in `StorageException`.
## 12.0.0-beta.6 (2020-01-14)
## 12.0.0-beta.6 (2021-01-14)
### New Features

View File

@ -98,7 +98,7 @@
- Renamed `DataLakePathClient::GetAccessControls` to `DataLakePathClient::GetAccessControlList`.
- Removed unused parameters, options, results and functions in protocol layer.
## 12.0.0-beta.6 (2020-01-14)
## 12.0.0-beta.6 (2021-01-14)
### New Features

View File

@ -102,7 +102,7 @@
- Removed `c_` for constants and renamed to pascal format.
## 12.0.0-beta.6 (2020-01-14)
## 12.0.0-beta.6 (2021-01-14)
### New Features