Skip to content

Commit

Permalink
chore(release): 1.26.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.9](v1.26.8...v1.26.9) (2024-07-04)

### Bug Fixes

* NPE running init when no appmap.yml found ([6dcd0d9](6dcd0d9))
  • Loading branch information
semantic-release-bot committed Jul 4, 2024
1 parent 23d2d2d commit e0d9973
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.26.9](https://github.com/getappmap/appmap-java/compare/v1.26.8...v1.26.9) (2024-07-04)


### Bug Fixes

* NPE running init when no appmap.yml found ([6dcd0d9](https://github.com/getappmap/appmap-java/commit/6dcd0d915e4419c852d07fe213463117d63587e7))

## [1.26.8](https://github.com/getappmap/appmap-java/compare/v1.26.7...v1.26.8) (2024-05-16)


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.26.8'
defaultVersion = '1.26.9'
}

def defaultGroupId = 'com.appland'
Expand Down

0 comments on commit e0d9973

Please sign in to comment.