From ebb49dc9ca20d84e04e5f2df3c6863d0245d6f23 Mon Sep 17 00:00:00 2001 From: Helen Y <56097766+heyams@users.noreply.github.com> Date: Tue, 5 Oct 2021 17:47:13 -0700 Subject: [PATCH] Prepare for 3.2.0 GA release (#1900) --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20881808cfc..ce8834c4848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +# Version 3.2.0 GA +* Add Quartz and Apache Camel instrumentations to preview [#1899](https://github.com/microsoft/ApplicationInsights-Java/pull/1899). + # Version 3.2.0-BETA.4 * Database dependency names are now more concise, e.g. `SELECT mydatabase.mytable` instead of `SELECT x, y, z, ... from ... where ...........` (the full sanitized query is still captured in the dependency data field) * Database dependency target field slightly updated to enable better U/X integration diff --git a/gradle.properties b/gradle.properties index caf506b9aa1..776a08d3777 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ // Project properties -version=3.2.0-BETA.4 +version=3.2.0 group=com.microsoft.azure \ No newline at end of file