From 83f0ec45c5856a81a77d604e0b242d9058e439be Mon Sep 17 00:00:00 2001 From: Buildvana Date: Mon, 2 Oct 2023 07:11:58 +0000 Subject: [PATCH] Prepare release 1.0.69-preview [skip ci] --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f93be89..cf28207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### New features +### Changes to existing features + +### Bugs fixed in this release + +### Known problems introduced by this release + +## [1.0.69-preview](https://github.com/Tenacom/Buildvana.Sdk/releases/tag/1.0.69-preview) (2023-10-02) + +### New features + - `ReleaseAsset` items can now have their MIME type specified via the `MimeType` metadata. When not specified, the MIME type of an asset defaults to `application/octet-stream`. - Zipped publish folders may now have a `ReleaseAssetMimeType` metadata specifying their MIME type when uploaded as a release asset. The default value is `application/zip`. @@ -16,10 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING CHANGE:** The format of release asset lists has changed: each line now contains the full path of an asset, its MIME type, and its description, separated (like before) by tab characters (Unicode U+0009). -### Bugs fixed in this release - -### Known problems introduced by this release - ## [1.0.66-preview](https://github.com/Tenacom/Buildvana.Sdk/releases/tag/1.0.66-preview) (2023-10-01) ### New features