Skip to content

Commit 7e95a71

Browse files
chore(release): 1.26.7 [skip ci]
## [1.26.7](v1.26.6...v1.26.7) (2024-04-15) ### Bug Fixes * APPMAP_OUTPUT_DIRECTORY can be set from env ([c933c45](c933c45)) * resolve output directory relative to config ([deb2a84](deb2a84))
1 parent deb2a84 commit 7e95a71

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.26.7](https://github.com/getappmap/appmap-java/compare/v1.26.6...v1.26.7) (2024-04-15)
2+
3+
4+
### Bug Fixes
5+
6+
* APPMAP_OUTPUT_DIRECTORY can be set from env ([c933c45](https://github.com/getappmap/appmap-java/commit/c933c45174da6baddaaaf66b8399d91165990d92))
7+
* resolve output directory relative to config ([deb2a84](https://github.com/getappmap/appmap-java/commit/deb2a84538006aeba42cc2171876e21187dd739e))
8+
19
## [1.26.6](https://github.com/getappmap/appmap-java/compare/v1.26.5...v1.26.6) (2024-04-10)
210

311

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.6'
15+
defaultVersion = '1.26.7'
1616
}
1717

1818
def defaultGroupId = 'com.appland'

0 commit comments

Comments
 (0)