Skip to content

Commit 531edb0

Browse files
authored
Release 3.2.1 GA (#1924)
* initial commit * update version * add links to PR * update akka link
1 parent 446b687 commit 531edb0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
# Version 3.2.1 GA
4+
* Add Akka preview instrumentation [#1911](https://github.com/microsoft/ApplicationInsights-Java/pull/1911).
5+
* Add internal-reflection instrumentation [#1912](https://github.com/microsoft/ApplicationInsights-Java/pull/1912).
6+
* Reduce spammy logging [#1915](https://github.com/microsoft/ApplicationInsights-Java/pull/1915).
7+
38
# Version 3.2.0 GA
49
* Add Quartz and Apache Camel instrumentations to preview [#1899](https://github.com/microsoft/ApplicationInsights-Java/pull/1899).
510

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Project properties
2-
version=3.2.1-BETA
2+
version=3.2.1
33
group=com.microsoft.azure
4-
54
# gradle default is 256m which causes sporadic failures - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
65
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 commit comments

Comments
 (0)