From cd23f5c6772aebc9e31d0d1185f5789dc808391f Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 7 Dec 2022 11:56:10 -0800 Subject: [PATCH] Update change log and version (#2779) Co-authored-by: github-actions[bot] --- CHANGELOG.md | 9 ++++++++- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7baa8ff3c3b..14e65c0ecf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## Version 3.4.6 GA + +### Bug fixes: + +* Fix self-diagnostics trace level logging can hang + ([#2778](https://github.com/microsoft/ApplicationInsights-Java/pull/2778)) + ## Version 3.4.5 GA ### Enhancements: @@ -21,7 +28,7 @@ * Add scala instrumentation when play or akka instrumentation are enabled ([#2677](https://github.com/microsoft/ApplicationInsights-Java/pull/2677)) -### Bug Fixes: +### Bug fixes: * Fix Azure Function instrumentation (bug introduced in 3.4.2) ([#2684](https://github.com/microsoft/ApplicationInsights-Java/pull/2684)) diff --git a/gradle.properties b/gradle.properties index 07414436319..4857b6f6685 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.4.5 +version=3.4.6 org.gradle.parallel=true org.gradle.caching=true