Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Feb 6, 2024
2 parents 2760641 + e0e8bb6 commit ab49cb9
Show file tree
Hide file tree
Showing 68 changed files with 1,425 additions and 987 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.0] - 2024-02-06

### Added

- Add mustache templating in loader and batch names [#320](https://github.com/nbbrd/java-service-util/issues/320)
- Add explicit declaration of batch class [#216](https://github.com/nbbrd/java-service-util/issues/216)

### Changed

- Replace noFallback property with SuppressWarnings annotation [#321](https://github.com/nbbrd/java-service-util/issues/321)

## [1.8.0] - 2024-01-31

### Added
Expand Down Expand Up @@ -151,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/nbbrd/java-service-util/compare/v1.8.0...HEAD
[Unreleased]: https://github.com/nbbrd/java-service-util/compare/v1.9.0...HEAD
[1.9.0]: https://github.com/nbbrd/java-service-util/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/nbbrd/java-service-util/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/nbbrd/java-service-util/compare/v1.6.1...v1.7.0
[1.6.1]: https://github.com/nbbrd/java-service-util/compare/v1.6.0...v1.6.1
Expand Down

0 comments on commit ab49cb9

Please sign in to comment.