Skip to content

Commit

Permalink
chore(release): 1.22.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.22.3](v1.22.2...v1.22.3) (2023-10-24)

### Bug Fixes

* go back to hooking org.junit.jupiter.api.Test ([f15dc6d](f15dc6d))
* instrumentation should catch Throwable ([8b2064d](8b2064d))
  • Loading branch information
semantic-release-bot committed Oct 24, 2023
1 parent d0f5a22 commit 592b898
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.22.3](https://github.com/getappmap/appmap-java/compare/v1.22.2...v1.22.3) (2023-10-24)


### Bug Fixes

* go back to hooking org.junit.jupiter.api.Test ([f15dc6d](https://github.com/getappmap/appmap-java/commit/f15dc6d1f8b7671f9908e081e0d5c76282a05245))
* instrumentation should catch Throwable ([8b2064d](https://github.com/getappmap/appmap-java/commit/8b2064d49687ea309757629270fca445078f5e98))

## [1.22.2](https://github.com/getappmap/appmap-java/compare/v1.22.1...v1.22.2) (2023-10-12)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

ext {
defaultVersion = '1.22.2'
defaultVersion = '1.22.3'
}

def defaultGroupId = 'com.appland'
Expand Down

0 comments on commit 592b898

Please sign in to comment.