From e69bbccde5205443431fa3d3b1e31355212e6ad4 Mon Sep 17 00:00:00 2001 From: Helen <56097766+heyams@users.noreply.github.com> Date: Fri, 11 Nov 2022 11:54:14 -0800 Subject: [PATCH] Release 3.4.4 (#2686) Co-authored-by: Trask Stalnaker --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a246449a3f8..f3ddd006c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## Version 3.4.4 GA + +Enhancements: + +* Add scala instrumentation when play or akka instrumentation are enabled + [#2677](https://github.com/microsoft/ApplicationInsights-Java/pull/2677) + +Bug Fixes: + +* Fix Azure Function instrumentation (bug introduced in 3.4.2) + [#2684](https://github.com/microsoft/ApplicationInsights-Java/pull/2684) + ## Version 3.4.3 GA Bug fixes: diff --git a/gradle.properties b/gradle.properties index b81261b4220..405387d1106 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.4.3 +version=3.4.4 org.gradle.parallel=true org.gradle.caching=true