Skip to content

Commit 6d1d9f8

Browse files
chore(release): 1.26.10 [skip ci]
## [1.26.10](v1.26.9...v1.26.10) (2024-08-21) ### Bug Fixes * crash due to config packages key with missing value ([ef48399](ef48399))
1 parent 34059ae commit 6d1d9f8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.26.10](https://github.com/getappmap/appmap-java/compare/v1.26.9...v1.26.10) (2024-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* crash due to config packages key with missing value ([ef48399](https://github.com/getappmap/appmap-java/commit/ef4839987d2de935dba444d6041216877338d125))
7+
18
## [1.26.9](https://github.com/getappmap/appmap-java/compare/v1.26.8...v1.26.9) (2024-07-05)
29

310

build.gradle

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

1414
ext {
15-
defaultVersion = '1.26.9'
15+
defaultVersion = '1.26.10'
1616
}
1717

1818
def defaultGroupId = 'com.appland'

0 commit comments

Comments
 (0)