From 2d1a0db5ce437cc6042868f9247f2ce62af711b2 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Mon, 12 Aug 2024 11:45:42 +0200 Subject: [PATCH] 1.28.1 release notes (#2413) --- CHANGELOG.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index ad9e0e69e..f587924ca 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -23,6 +23,17 @@ endif::[] [[release-notes-1.x]] === .NET Agent version 1.x +[[release-notes-1.28.1]] +==== 1.28.1 - 2024/08/12 + +===== Bug fixes + +{pull}2411[#2389] Skip instrumentation of System.Web to prevent rare double configuration initialization issue + +===== Features + +{pull}2371[#2371] Global file logging, making it easier to diagnose the agent no matter the deployment type. + [[release-notes-1.28.0]] ==== 1.28.0 - 2024/07/03