Skip to content

Commit e0d9973

Browse files
chore(release): 1.26.9 [skip ci]
## [1.26.9](v1.26.8...v1.26.9) (2024-07-04) ### Bug Fixes * NPE running init when no appmap.yml found ([6dcd0d9](6dcd0d9))
1 parent 23d2d2d commit e0d9973

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.9](https://github.com/getappmap/appmap-java/compare/v1.26.8...v1.26.9) (2024-07-04)
2+
3+
4+
### Bug Fixes
5+
6+
* NPE running init when no appmap.yml found ([6dcd0d9](https://github.com/getappmap/appmap-java/commit/6dcd0d915e4419c852d07fe213463117d63587e7))
7+
18
## [1.26.8](https://github.com/getappmap/appmap-java/compare/v1.26.7...v1.26.8) (2024-05-16)
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.8'
15+
defaultVersion = '1.26.9'
1616
}
1717

1818
def defaultGroupId = 'com.appland'

0 commit comments

Comments
 (0)