Skip to content

Commit

Permalink
chore(release): 1.26.10 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.10](v1.26.9...v1.26.10) (2024-08-21)

### Bug Fixes

* crash due to config packages key with missing value ([ef48399](ef48399))
  • Loading branch information
semantic-release-bot committed Aug 21, 2024
1 parent 34059ae commit 6d1d9f8
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.10](https://github.com/getappmap/appmap-java/compare/v1.26.9...v1.26.10) (2024-08-21)


### Bug Fixes

* crash due to config packages key with missing value ([ef48399](https://github.com/getappmap/appmap-java/commit/ef4839987d2de935dba444d6041216877338d125))

## [1.26.9](https://github.com/getappmap/appmap-java/compare/v1.26.8...v1.26.9) (2024-07-05)


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.9'
defaultVersion = '1.26.10'
}

def defaultGroupId = 'com.appland'
Expand Down

0 comments on commit 6d1d9f8

Please sign in to comment.