diff --git a/CHANGELOG.md b/CHANGELOG.md index 37be0298dc2..8a896b0e119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +# Version 3.2.6 GA +* Support Statsbeat in EU regions [#2082](https://github.com/microsoft/ApplicationInsights-Java/pull/2082). +* Update Oshi default logging level [#2086](https://github.com/microsoft/ApplicationInsights-Java/pull/2086). +* Add debug profiler for startup perf [#2085](https://github.com/microsoft/ApplicationInsights-Java/pull/2085). +* Avoid local DNS resolution when using http proxy configuration [#2095](https://github.com/microsoft/ApplicationInsights-Java/pull/2095). + # Version 3.2.5 GA * Log warning on 206 (partial success) response from Breeze [#2065](https://github.com/microsoft/ApplicationInsights-Java/pull/2065). diff --git a/gradle.properties b/gradle.properties index b4ef49c543a..7a2cf16a890 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.2.6-BETA +version=3.2.6 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