Skip to content

Commit 57698eb

Browse files
traskgithub-actions[bot]
andauthored
Update change log for 3.4.5 release (#2767)
Co-authored-by: github-actions[bot] <github-action[bot]@users.noreply.github.com>
1 parent 9dc1c70 commit 57698eb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/scripts/draft-change-log-entries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ echo
1111
git log --reverse \
1212
--author='^(?!dependabot\[bot\] )' \
1313
--perl-regexp \
14-
--pretty=format:"- %s" \
14+
--pretty=format:"* %s" \
1515
$prior_version..HEAD \
1616
| sed -E 's,\(#([0-9]+)\)$,\n ([#\1](https://github.com/microsoft/ApplicationInsights-Java/pull/\1)),'

CHANGELOG.md

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

3+
## Version 3.4.5 GA
4+
5+
### Enhancements:
6+
7+
* Update to OpenTelemetry Java Instrumentation 1.20
8+
([#2712](https://github.com/microsoft/ApplicationInsights-Java/pull/2712))
9+
* Additional self-diagnostics
10+
([#2709](https://github.com/microsoft/ApplicationInsights-Java/pull/2709),
11+
[#2719](https://github.com/microsoft/ApplicationInsights-Java/pull/2719),
12+
[#2717](https://github.com/microsoft/ApplicationInsights-Java/pull/2717),
13+
[#2716](https://github.com/microsoft/ApplicationInsights-Java/pull/2716),
14+
[#2737](https://github.com/microsoft/ApplicationInsights-Java/pull/2737),
15+
[#2756](https://github.com/microsoft/ApplicationInsights-Java/pull/2756))
16+
317
## Version 3.4.4 GA
418

519
### Enhancements:

0 commit comments

Comments
 (0)