diff --git a/CHANGELOG.md b/CHANGELOG.md index ce8834c4848..88d93f69aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +# Version 3.2.1 GA +* Add Akka preview instrumentation [#1911](https://github.com/microsoft/ApplicationInsights-Java/pull/1911). +* Add internal-reflection instrumentation [#1912](https://github.com/microsoft/ApplicationInsights-Java/pull/1912). +* Reduce spammy logging [#1915](https://github.com/microsoft/ApplicationInsights-Java/pull/1915). + # Version 3.2.0 GA * Add Quartz and Apache Camel instrumentations to preview [#1899](https://github.com/microsoft/ApplicationInsights-Java/pull/1899). diff --git a/gradle.properties b/gradle.properties index 9dca713c87b..9c5c174a7d9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,5 @@ // Project properties -version=3.2.1-BETA +version=3.2.1 group=com.microsoft.azure - # gradle default is 256m which causes sporadic failures - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m