From 1effc96ef686000ead94347deedeba3b8475d283 Mon Sep 17 00:00:00 2001 From: Helen Y <56097766+heyams@users.noreply.github.com> Date: Fri, 25 Mar 2022 11:44:06 -0700 Subject: [PATCH] Release 3.2.10 (#2209) * Fix changelog * Fix changelog (#2207) * Fix changelog * Add GA to be consistent with the rest * Update version --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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