Skip to content

Commit

Permalink
Release 3.2.1 GA (#1924)
Browse files Browse the repository at this point in the history
* initial commit

* update version

* add links to PR

* update akka link
  • Loading branch information
kryalama authored Oct 22, 2021
1 parent 446b687 commit 531edb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

# Version 3.2.1 GA
* Add Akka preview instrumentation [#1911](https://github.com/microsoft/ApplicationInsights-Java/pull/1911).
* Add internal-reflection instrumentation [#1912](https://github.com/microsoft/ApplicationInsights-Java/pull/1912).
* Reduce spammy logging [#1915](https://github.com/microsoft/ApplicationInsights-Java/pull/1915).

# Version 3.2.0 GA
* Add Quartz and Apache Camel instrumentations to preview [#1899](https://github.com/microsoft/ApplicationInsights-Java/pull/1899).

Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Project properties
version=3.2.1-BETA
version=3.2.1
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

0 comments on commit 531edb0

Please sign in to comment.