Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.0...v1.1.0) (2024-10-31)

### Features

* add filter for merging objects ([c1ceee4](c1ceee4))
* add function for failing processing ([a190ec1](a190ec1))
* collect path information in PebbleCachingConfig ([9f48a83](9f48a83))

### Bug Fixes

* **deps:** use alice library published in wetransform artifactory ([a1d4766](a1d4766))
* fix ConcurrentModificationException on Java 9+ ([298714a](298714a))

### Performance Improvements

* cache setting templates ([04e57ea](04e57ea))
  • Loading branch information
wetransformer committed Oct 31, 2024
1 parent a1d4766 commit 22822d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 22822d6

Please sign in to comment.