From 46259fc22b1b208b560d17981909c5aa80f63b59 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Tue, 28 Oct 2025 09:45:47 -0700 Subject: [PATCH 1/4] Prepare to release 3.7.6 --- CHANGELOG.md | 16 ++++++++++++++++ gradle.properties | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3cf73404c..d173237eab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +## Version 3.7.6 GA (10/28/2025) + +### Enhancements + +* Run unit tests against Java 25 + ([#4495](https://github.com/microsoft/ApplicationInsights-Java/pull/4495)) +* Run tests on Java 25 + ([#4494](https://github.com/microsoft/ApplicationInsights-Java/pull/4494)) +* Update gradle toolchain to Java 21 + ([#4519](https://github.com/microsoft/ApplicationInsights-Java/pull/4519)) + +### Bug fixes + +* Fix Release Pipeline + ([#4484](https://github.com/microsoft/ApplicationInsights-Java/pull/4484)) + ## Version 3.7.5 GA (09/25/2025) ### Enhancements diff --git a/gradle.properties b/gradle.properties index a3a21dd8983..e0661920dfb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.7.5 +version=3.7.6 org.gradle.parallel=true org.gradle.caching=true From 3a554f250f6038e9c6b0dde9a4e27afe315e0c38 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Tue, 28 Oct 2025 10:07:34 -0700 Subject: [PATCH 2/4] update --- CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d173237eab3..fd14d0e06c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,12 @@ ### Enhancements -* Run unit tests against Java 25 +* Run tests against Java 25 ([#4495](https://github.com/microsoft/ApplicationInsights-Java/pull/4495)) -* Run tests on Java 25 ([#4494](https://github.com/microsoft/ApplicationInsights-Java/pull/4494)) * Update gradle toolchain to Java 21 ([#4519](https://github.com/microsoft/ApplicationInsights-Java/pull/4519)) -### Bug fixes - -* Fix Release Pipeline - ([#4484](https://github.com/microsoft/ApplicationInsights-Java/pull/4484)) - ## Version 3.7.5 GA (09/25/2025) ### Enhancements From 0975174e7c44e12c13173c8db40f71b34aabb383 Mon Sep 17 00:00:00 2001 From: xiang17 Date: Tue, 28 Oct 2025 10:15:07 -0700 Subject: [PATCH 3/4] Update CHANGELOG.md Co-authored-by: Trask Stalnaker --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd14d0e06c9..e63928de758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ ### Enhancements * Run tests against Java 25 - ([#4495](https://github.com/microsoft/ApplicationInsights-Java/pull/4495)) - ([#4494](https://github.com/microsoft/ApplicationInsights-Java/pull/4494)) + ([#4495](https://github.com/microsoft/ApplicationInsights-Java/pull/4495), [#4494](https://github.com/microsoft/ApplicationInsights-Java/pull/4494)) * Update gradle toolchain to Java 21 ([#4519](https://github.com/microsoft/ApplicationInsights-Java/pull/4519)) From 496977fb25761496a9add8f98bda93c27bd38058 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Tue, 28 Oct 2025 10:16:19 -0700 Subject: [PATCH 4/4] update changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e63928de758..ee928407eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,6 @@ * Run tests against Java 25 ([#4495](https://github.com/microsoft/ApplicationInsights-Java/pull/4495), [#4494](https://github.com/microsoft/ApplicationInsights-Java/pull/4494)) -* Update gradle toolchain to Java 21 - ([#4519](https://github.com/microsoft/ApplicationInsights-Java/pull/4519)) ## Version 3.7.5 GA (09/25/2025)