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 bd323f0 + 02555aa commit ce7a3dcCopy full SHA for ce7a3dc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+# Version 2.6.1
4
+* Fix shutdown issue due to non-daemon thread
5
+ ([#1245](https://github.com/microsoft/ApplicationInsights-Java/pull/1245))
6
+
7
# Version 2.6.1-BETA
8
* Fix W3C BackCompat across multiple Application Insights instrumentation keys
9
([#1228](https://github.com/microsoft/ApplicationInsights-Java/pull/1228))
gradle.properties
@@ -1,4 +1,4 @@
// Project properties
-version=2.6.1-BETA
+version=2.6.1
group=com.microsoft.azure
0 commit comments