From 3b72547621cd104f60bdd42f2c412dc386a9b028 Mon Sep 17 00:00:00 2001 From: STAM Date: Fri, 13 Oct 2023 14:20:33 +0300 Subject: [PATCH] changelog update --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10dcc71..d6ec0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Atlassian Downloader - Changelog ## 2.x +* `2.0.0.1` - - minor update: + * Fix default output dir, enable nullables, fix compiler warnings #43 + * Remove redundant parameters from publish profiles #42 * `2.0.0.0` - migrated to `dotnet8` and updated libs. * code optimized by [@kasthack](https://github.com/kasthack). * reworked build scripts via `cli` and `vs`.