We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2882bc8 + 0d99070 commit 74881f6Copy full SHA for 74881f6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+# Version 2.5.1-BETA.2
4
+* Fixed regression from 2.5.1-BETA ([#1089](https://github.com/microsoft/ApplicationInsights-Java/issues/1089))
5
+* Fixed async thread tracking ([#1100](https://github.com/microsoft/ApplicationInsights-Java/pull/1100))
6
+
7
# Version 2.5.1-BETA
8
* Fixed exception thrown by agent when using Apache HttpClient ResponseHandler methods
9
([#1067](https://github.com/microsoft/ApplicationInsights-Java/issues/1067))
gradle.properties
@@ -1,4 +1,4 @@
// Project properties
-version=2.5.1-BETA
+version=2.5.1-BETA.2
group=com.microsoft.azure
0 commit comments