Skip to content

Commit 86676ff

Browse files
chore(release): 1.30.0 [skip ci]
# [1.30.0](v1.29.0...v1.30.0) (2026-01-26) ### Features * Add support for Java 25 ([3a78684](3a78684)) * Normalize HTTP headers to lower case ([597bfd5](597bfd5))
1 parent 3a78684 commit 86676ff

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.30.0](https://github.com/getappmap/appmap-java/compare/v1.29.0...v1.30.0) (2026-01-26)
2+
3+
4+
### Features
5+
6+
* Add support for Java 25 ([3a78684](https://github.com/getappmap/appmap-java/commit/3a78684bf8602fde326bc3a2a89874948f72bddc))
7+
* Normalize HTTP headers to lower case ([597bfd5](https://github.com/getappmap/appmap-java/commit/597bfd5b80d96fc905d82a5c0a698a702bf18a86))
8+
19
# [1.29.0](https://github.com/getappmap/appmap-java/compare/v1.28.1...v1.29.0) (2026-01-22)
210

311

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
ext {
14-
defaultVersion = '1.29.0'
14+
defaultVersion = '1.30.0'
1515
}
1616

1717
def defaultGroupId = 'com.appland'

0 commit comments

Comments
 (0)