Skip to content

Commit fce4a5c

Browse files
authored
Merge pull request #1160 from microsoft/trask/update-changelog
Prepare 2.6.0-BETA release
2 parents 013078c + ff5957b commit fce4a5c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
# Version 2.6.0-BETA
4+
* W3C tracing with back-compat is now enabled by default
5+
([#1141](https://github.com/microsoft/ApplicationInsights-Java/issues/1141))
6+
* Improved MongoDB instrumentation
7+
([#1132](https://github.com/microsoft/ApplicationInsights-Java/issues/1132))
8+
* Agent now supports Java 13
9+
([#1149](https://github.com/microsoft/ApplicationInsights-Java/issues/1149))
10+
* Older Jersey versions failing when scanning classes due to inclusion of a few Java 8 class files
11+
([#1142](https://github.com/microsoft/ApplicationInsights-Java/issues/1142))
12+
* Fix remote dependency target field format
13+
([#1138](https://github.com/microsoft/ApplicationInsights-Java/issues/1138))
14+
315
# Version 2.5.1
416
* No changes since 2.5.1-BETA.2
517

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

0 commit comments

Comments
 (0)