From d76835ed1dce75042667b82fb5709cd2ee87d54a Mon Sep 17 00:00:00 2001 From: Helen <56097766+heyams@users.noreply.github.com> Date: Wed, 17 May 2023 11:46:44 -0700 Subject: [PATCH] Release 3.4.13 (#3079) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a6592d8a61..3d29e0d53a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## Version 3.4.13 GA + +### Enhancements: + +* Update to OpenTelemetry Java Instrumentation 1.26 + ([#3069](https://github.com/microsoft/ApplicationInsights-Java/pull/3069)) +* Improve sampling override to support exceptions + ([#3022](https://github.com/microsoft/ApplicationInsights-Java/pull/3022)) + +### Bug fixes: + +* Fix 2.x SDK integration when no 2.x iKey present + ([#3036](https://github.com/microsoft/ApplicationInsights-Java/pull/3036)) + ## Version 3.4.12 GA ### Enhancements: