diff --git a/CHANGELOG.md b/CHANGELOG.md index 9349896dcdf..9860704bcc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # CHANGELOG # Version 2.6.2-BETA.2 -* Fixed RequestTelemetryContext initialization ([#1247](https://github.com/microsoft/ApplicationInsights-Java/issues/1247)). Thanks, librucha! +* Fixed retry transmission on client side exception + ([#1282](https://github.com/microsoft/ApplicationInsights-Java/issues/1282)). +* Fixed RequestTelemetryContext initialization + ([#1247](https://github.com/microsoft/ApplicationInsights-Java/issues/1247)). Thanks, librucha! # Version 2.6.2-BETA * Added additional error logging for troubleshooting issues loading JNI performance counter library diff --git a/gradle.properties b/gradle.properties index 0c70bd2a1db..4f15a735f96 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ // Project properties -version=2.6.2-BETA +version=2.6.2-BETA.2 group=com.microsoft.azure