Skip to content

Commit 3b24cec

Browse files
committed
Prepare for 2.6.2-BETA release
1 parent 31eaf61 commit 3b24cec

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# CHANGELOG
22

3-
# Version 2.6.2
4-
* Added additional error logging for troubleshooting issues loading JNI performance counter library.
3+
# Version 2.6.2-BETA
4+
* Added additional error logging for troubleshooting issues loading JNI performance counter library
5+
([#1254](https://github.com/microsoft/ApplicationInsights-Java/pull/1254))
6+
* Fix backoff condition so that retries will continue indefinitely
7+
([#1253](https://github.com/microsoft/ApplicationInsights-Java/pull/1253))
58

69
# Version 2.6.1
710
* Fix shutdown issue due to non-daemon thread

gradle.properties

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

0 commit comments

Comments
 (0)