diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..99d92ff --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +## [1.1.0](https://github.com/wetransform-os/gradle-swarm-composer/compare/v1.0.0...v1.1.0) (2024-10-31) + +### Features + +* add filter for merging objects ([c1ceee4](https://github.com/wetransform-os/gradle-swarm-composer/commit/c1ceee4823199ec67479ff2228c78c7d995dafb1)) +* add function for failing processing ([a190ec1](https://github.com/wetransform-os/gradle-swarm-composer/commit/a190ec18bbbe370ac6a0e5213d3ae166f907924a)) +* collect path information in PebbleCachingConfig ([9f48a83](https://github.com/wetransform-os/gradle-swarm-composer/commit/9f48a833a8c33a3bccb80d73deaa9fb19baa9fdd)) + +### Bug Fixes + +* **deps:** use alice library published in wetransform artifactory ([a1d4766](https://github.com/wetransform-os/gradle-swarm-composer/commit/a1d4766d98cfc73cf0e5fcac8100de53675c2982)) +* fix ConcurrentModificationException on Java 9+ ([298714a](https://github.com/wetransform-os/gradle-swarm-composer/commit/298714ac382c21206d2bbeaa8783f4398c79f456)) + +### Performance Improvements + +* cache setting templates ([04e57ea](https://github.com/wetransform-os/gradle-swarm-composer/commit/04e57ea37bc588acd3ffc5ab4c735ae9bb18c192))