diff --git a/CHANGELOG.md b/CHANGELOG.md index adaf9614aff..96208b558a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +# Version 3.2.11 GA +* Turn off Statsbeat when using private endpoints. [#2221](https://github.com/microsoft/ApplicationInsights-Java/pull/2221). + # Version 3.2.10 GA * Fix Statsbeat warning [#2208](https://github.com/microsoft/ApplicationInsights-Java/pull/2208). diff --git a/gradle.properties b/gradle.properties index b67a35f7f88..c109923d40b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.2.10 +version=3.2.11 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