From 69d953860dc69c32acfed3d8cb00232fd83e8bc3 Mon Sep 17 00:00:00 2001 From: Christian Kadluba <10721825+ckadluba@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:40:02 +0200 Subject: [PATCH] Updated CHANGES.md --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5a495f46..74621757 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # 7.0.0 * Fixed issue #543: Update to Serilog v4, remove reference to Serilog.Sinks.PeriodicBatching (thanks to @cancakar35) +* Full automatic release and run on ubuntu-latest agent +* Added developer documentation +* Enabled .NET package validation # 6.7.1 * Fixed issue #552 by downgrading SqlClient dependency to 5.1.6 which is LTS and fixed the vulnerabilities referenced in issue #544