Skip to content

Commit 46259fc

Browse files
committed
Prepare to release 3.7.6
1 parent 55de586 commit 46259fc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## Version 3.7.6 GA (10/28/2025)
4+
5+
### Enhancements
6+
7+
* Run unit tests against Java 25
8+
([#4495](https://github.com/microsoft/ApplicationInsights-Java/pull/4495))
9+
* Run tests on Java 25
10+
([#4494](https://github.com/microsoft/ApplicationInsights-Java/pull/4494))
11+
* Update gradle toolchain to Java 21
12+
([#4519](https://github.com/microsoft/ApplicationInsights-Java/pull/4519))
13+
14+
### Bug fixes
15+
16+
* Fix Release Pipeline
17+
([#4484](https://github.com/microsoft/ApplicationInsights-Java/pull/4484))
18+
319
## Version 3.7.5 GA (09/25/2025)
420

521
### Enhancements

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Project properties
2-
version=3.7.5
2+
version=3.7.6
33

44
org.gradle.parallel=true
55
org.gradle.caching=true

0 commit comments

Comments
 (0)