Skip to content

Commit 2ccf06a

Browse files
committed
Prepare for 2.6.2-BETA.2 release
1 parent 4a8eba2 commit 2ccf06a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

33
# Version 2.6.2-BETA.2
4-
* Fixed RequestTelemetryContext initialization ([#1247](https://github.com/microsoft/ApplicationInsights-Java/issues/1247)). Thanks, librucha!
4+
* Fixed retry transmission on client side exception
5+
([#1282](https://github.com/microsoft/ApplicationInsights-Java/issues/1282)).
6+
* Fixed RequestTelemetryContext initialization
7+
([#1247](https://github.com/microsoft/ApplicationInsights-Java/issues/1247)). Thanks, librucha!
58

69
# Version 2.6.2-BETA
710
* Added additional error logging for troubleshooting issues loading JNI performance counter library

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-BETA
2+
version=2.6.2-BETA.2
33
group=com.microsoft.azure
44

0 commit comments

Comments
 (0)