Skip to content

Commit 1effc96

Browse files
authored
Release 3.2.10 (#2209)
* Fix changelog * Fix changelog (#2207) * Fix changelog * Add GA to be consistent with the rest * Update version
1 parent 8096b9f commit 1effc96

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
# Version 3.2.10 GA
4+
* Fix Statsbeat warning [#2208](https://github.com/microsoft/ApplicationInsights-Java/pull/2208).
5+
36
# Version 3.2.9 GA
47
* Increase export throughput [#2204](https://github.com/microsoft/ApplicationInsights-Java/pull/2204).
58
* Fix parsing exception with colons [#2196](https://github.com/microsoft/ApplicationInsights-Java/issues/2196).

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Project properties
2-
version=3.2.9
2+
version=3.2.10
33
group=com.microsoft.azure
44
# gradle default is 256m which causes sporadic failures - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
55
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 commit comments

Comments
 (0)