From be52f5c01213734fb158e2c33ac60a1bdc4481d5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 6 Oct 2024 15:26:38 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] ## [1.7.0](https://github.com/antmelekhin/ansible-role-java/compare/v1.6.0...v1.7.0) (2024-10-06) ### Continuous Integration * use `ubuntu-22.04` instead of `ubuntu-latest` ([1db6cd5](https://github.com/antmelekhin/ansible-role-java/commit/1db6cd5720f8ce938be8e0c0c59404f5262072be)) ### Features * add `java_type` variable ([#9](https://github.com/antmelekhin/ansible-role-java/issues/9)) ([9a8b3cd](https://github.com/antmelekhin/ansible-role-java/commit/9a8b3cdaa87e25e7eab7ae28ed8b61eed5a0e33b)) ### Styles * minor fixes ([884ece5](https://github.com/antmelekhin/ansible-role-java/commit/884ece53a077b4857c00704e3f0b4db2242dda58)) --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f435db1..0ade776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.7.0](https://github.com/antmelekhin/ansible-role-java/compare/v1.6.0...v1.7.0) (2024-10-06) + + +### Continuous Integration + +* use `ubuntu-22.04` instead of `ubuntu-latest` ([1db6cd5](https://github.com/antmelekhin/ansible-role-java/commit/1db6cd5720f8ce938be8e0c0c59404f5262072be)) + + +### Features + +* add `java_type` variable ([#9](https://github.com/antmelekhin/ansible-role-java/issues/9)) ([9a8b3cd](https://github.com/antmelekhin/ansible-role-java/commit/9a8b3cdaa87e25e7eab7ae28ed8b61eed5a0e33b)) + + +### Styles + +* minor fixes ([884ece5](https://github.com/antmelekhin/ansible-role-java/commit/884ece53a077b4857c00704e3f0b4db2242dda58)) + ## [1.6.0](https://github.com/antmelekhin/ansible-role-java/compare/v1.5.0...v1.6.0) (2024-08-10)