From d132424fb2ad9793e36544568cd920c1611fd52c Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 4 Mar 2020 14:44:29 -0800 Subject: [PATCH] Prepare 2.6.0-BETA.3 release --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40629846dde..cd95d04a82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +# Version 2.6.0-BETA.3 +* Use newer id format when reporting request and dependency telemetry + ([#1149](https://github.com/microsoft/ApplicationInsights-Java/issues/1174)) +* Fixed pom file dependency in applicationinsights-spring-boot-starter + ([#1149](https://github.com/microsoft/ApplicationInsights-Java/issues/1197)) + + # Version 2.6.0-BETA.2 * Removed Local Forwarder Channel. Local Forwarder is now a deprecated solution. The classes and configuration elements which supported this solution have been removed. diff --git a/gradle.properties b/gradle.properties index 1f928bca519..6f0e3970cc1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ // Project properties -version=2.6.0-BETA.2 +version=2.6.0-BETA.3 group=com.microsoft.azure