diff --git a/CHANGELOG.md b/CHANGELOG.md index 5325ecc93b..1cfba585e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,18 @@ ## Unreleased +## Version 3.7.10 GA (09/17/2026) + ### Enhancements +* Update to OpenTelemetry Java Instrumentation 2.31.1 + ([#4821](https://github.com/microsoft/ApplicationInsights-Java/pull/4821)) * Add continuous profiling (`enableContinuousProfiling`, `continuousProfilingMaxAgeSeconds`) which keeps a single JFR recording running in a circular buffer so profile requests dump the most recent window of data immediately ([#4807](https://github.com/microsoft/ApplicationInsights-Java/pull/4807)) +* Upgrade AutoConfigure package from 1.6.0 to 1.7.0 + ([#4852](https://github.com/microsoft/ApplicationInsights-Java/pull/4852)) ### Breaking changes diff --git a/gradle.properties b/gradle.properties index 842aa3762b..c9098a8ed7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.7.9 +version=3.7.10 org.gradle.parallel=true org.gradle.caching=true