diff --git a/CHANGELOG.md b/CHANGELOG.md index eea84766dc..98d986f798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## Version 3.7.8 GA (03/24/2026) + +* Update to OpenTelemetry Java Instrumentation 2.26.1 + ([#4648](https://github.com/microsoft/ApplicationInsights-Java/pull/4648)) + ([#4632](https://github.com/microsoft/ApplicationInsights-Java/pull/4632)) + ([#4631](https://github.com/microsoft/ApplicationInsights-Java/pull/4631)) +* Add cgroupv2 support and fix profile upload response body reading + ([#4592](https://github.com/microsoft/ApplicationInsights-Java/pull/4592)) +* Fix connection string env var precedence over ${file:...} config lookup + ([#4608](https://github.com/microsoft/ApplicationInsights-Java/pull/4608)) + ## Version 3.7.7 GA (01/23/2026) ### Enhancements diff --git a/gradle.properties b/gradle.properties index 1803ab78b7..fe48de3240 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.7.7 +version=3.7.8 org.gradle.parallel=true org.gradle.caching=true