From 33ab9666b93910ee7ba58471a3ff1dc4d1a14589 Mon Sep 17 00:00:00 2001 From: Helen <56097766+heyams@users.noreply.github.com> Date: Fri, 21 Apr 2023 10:21:42 -0700 Subject: [PATCH] Release 3.4.12 (#3017) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a38896ed7b2..5a6592d8a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## Version 3.4.12 GA + +### Enhancements: + +* Update to OpenTelemetry Java Instrumentation 1.25 + ([#3005](https://github.com/microsoft/ApplicationInsights-Java/pull/3005)) + +### Bug fixes: + +* Fix NPE when pulling profiler configuration + ([#2987](https://github.com/microsoft/ApplicationInsights-Java/pull/2987)) + ## Version 3.4.11 GA ### Enhancements: