diff --git a/CHANGELOG.md b/CHANGELOG.md index c447d95100f..adaf9614aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +# Version 3.2.10 GA +* Fix Statsbeat warning [#2208](https://github.com/microsoft/ApplicationInsights-Java/pull/2208). + # Version 3.2.9 GA * Increase export throughput [#2204](https://github.com/microsoft/ApplicationInsights-Java/pull/2204). * Fix parsing exception with colons [#2196](https://github.com/microsoft/ApplicationInsights-Java/issues/2196). diff --git a/gradle.properties b/gradle.properties index d8873f0d50a..b67a35f7f88 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.2.9 +version=3.2.10 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