Skip to content

Commit 65b8166

Browse files
chore(release): 1.26.3 [skip ci]
## [1.26.3](v1.26.2...v1.26.3) (2024-02-02) ### Bug Fixes * avoid NPE when a Proxy method returns void ([fe538f2](fe538f2)) * don't locate agent jar using a CodeSource ([fd1dcd8](fd1dcd8))
1 parent 20bf7b6 commit 65b8166

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.3](https://github.com/getappmap/appmap-java/compare/v1.26.2...v1.26.3) (2024-02-02)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid NPE when a Proxy method returns void ([fe538f2](https://github.com/getappmap/appmap-java/commit/fe538f2a6f9d2dc079abfcb711215019bb2500b9))
7+
* don't locate agent jar using a CodeSource ([fd1dcd8](https://github.com/getappmap/appmap-java/commit/fd1dcd880a972877890ccb23c45bd04de652bb82))
8+
19
## [1.26.2](https://github.com/getappmap/appmap-java/compare/v1.26.1...v1.26.2) (2024-01-31)
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.2'
15+
defaultVersion = '1.26.3'
1616
}
1717

1818
def defaultGroupId = 'com.appland'

0 commit comments

Comments
 (0)