Skip to content

Commit

Permalink
Update change log and version (#2779)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-action[bot]@users.noreply.github.com>
  • Loading branch information
trask and github-actions[bot] authored Dec 7, 2022
1 parent 53eb54b commit cd23f5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## Version 3.4.6 GA

### Bug fixes:

* Fix self-diagnostics trace level logging can hang
([#2778](https://github.com/microsoft/ApplicationInsights-Java/pull/2778))

## Version 3.4.5 GA

### Enhancements:
Expand All @@ -21,7 +28,7 @@
* Add scala instrumentation when play or akka instrumentation are enabled
([#2677](https://github.com/microsoft/ApplicationInsights-Java/pull/2677))

### Bug Fixes:
### Bug fixes:

* Fix Azure Function instrumentation (bug introduced in 3.4.2)
([#2684](https://github.com/microsoft/ApplicationInsights-Java/pull/2684))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project properties
version=3.4.5
version=3.4.6

org.gradle.parallel=true
org.gradle.caching=true
Expand Down

0 comments on commit cd23f5c

Please sign in to comment.