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