Skip to content

Commit 06a7b1b

Browse files
authored
Merge pull request #990 from microsoft/buildme/preparing-release
Preparing 2.5.0.BETA.2 release
2 parents a307d98 + 4339f1f commit 06a7b1b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
# Version 2.5.0-BETA.2
4+
- Added back support for `<Class>` custom instrumentation in `AI-Agent.xml`
5+
- Fixed opting out of agent capturing logging via `<Logging enabled="false" />`
6+
- Misc fixes [#969](https://github.com/microsoft/ApplicationInsights-Java/issues/969),
7+
[#978](https://github.com/microsoft/ApplicationInsights-Java/issues/978)
8+
39
# Version 2.5.0-BETA
410
- Added support for Java 9-12
511
- Added new `applicationinsights-web-auto.jar` artifact that automatically registers the web filter

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

0 commit comments

Comments
 (0)