Skip to content

Commit 1a2e300

Browse files
chore(release): 1.26.4 [skip ci]
## [1.26.4](v1.26.3...v1.26.4) (2024-02-16) ### Bug Fixes * use the correct ClassLoader ([9803d25](9803d25))
1 parent d6a5e63 commit 1a2e300

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.4](https://github.com/getappmap/appmap-java/compare/v1.26.3...v1.26.4) (2024-02-16)
2+
3+
4+
### Bug Fixes
5+
6+
* use the correct ClassLoader ([9803d25](https://github.com/getappmap/appmap-java/commit/9803d25ac098d31bc9215053e9cd16c8a3950559))
7+
18
## [1.26.3](https://github.com/getappmap/appmap-java/compare/v1.26.2...v1.26.3) (2024-02-02)
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.3'
15+
defaultVersion = '1.26.4'
1616
}
1717

1818
def defaultGroupId = 'com.appland'

0 commit comments

Comments
 (0)