Skip to content

Commit ff56e7f

Browse files
committed
Getting Ready for 3.0.1-BETA.2 release
1 parent e3cb3dc commit ff56e7f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
# Version 3.0.1-BETA.2
4+
* Fix code to use the correct logging configuration 'level' [#1415](https://github.com/microsoft/ApplicationInsights-Java/issues/1415))
5+
* Capture log4j2 async logging. Addresses issue [#1389](https://github.com/microsoft/ApplicationInsights-Java/issues/1389)
6+
* Add configuration for disabling dependencies [#1294](https://github.com/microsoft/ApplicationInsights-Java/issues/1294)
7+
38
# Version 3.0.1-BETA
49
* Friendly error messages thrown for the following scenarios
510
- Missing connection string

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Project properties
2-
version=3.0.1-BETA
2+
version=3.0.1-BETA.2
33
group=com.microsoft.azure

0 commit comments

Comments
 (0)