Skip to content

Commit ebb49dc

Browse files
authored
Prepare for 3.2.0 GA release (#1900)
1 parent c8f0ba3 commit ebb49dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
# Version 3.2.0 GA
4+
* Add Quartz and Apache Camel instrumentations to preview [#1899](https://github.com/microsoft/ApplicationInsights-Java/pull/1899).
5+
36
# Version 3.2.0-BETA.4
47
* 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)
58
* Database dependency target field slightly updated to enable better U/X integration

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Project properties
2-
version=3.2.0-BETA.4
2+
version=3.2.0
33
group=com.microsoft.azure

0 commit comments

Comments
 (0)