Skip to content

Commit b7d3625

Browse files
chore(release): 1.26.6 [skip ci]
## [1.26.6](v1.26.5...v1.26.6) (2024-04-10) ### Bug Fixes * don't create a log file by default ([883cd93](883cd93))
1 parent 883cd93 commit b7d3625

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.6](https://github.com/getappmap/appmap-java/compare/v1.26.5...v1.26.6) (2024-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* don't create a log file by default ([883cd93](https://github.com/getappmap/appmap-java/commit/883cd93c47aba34f62a6ae2239a8c55a38fd0778))
7+
18
## [1.26.5](https://github.com/getappmap/appmap-java/compare/v1.26.4...v1.26.5) (2024-03-21)
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.5'
15+
defaultVersion = '1.26.6'
1616
}
1717

1818
def defaultGroupId = 'com.appland'

0 commit comments

Comments
 (0)