From 8d574b334645b6e73945ab29f003506da0931aa7 Mon Sep 17 00:00:00 2001 From: swirlds-automation Date: Wed, 5 Jul 2023 18:46:00 +0000 Subject: [PATCH] chore(release): 0.2.0 [skip ci] ## [0.2.0](https://github.com/hashgraph/full-stack-testing/compare/v0.1.2...v0.2.0) (2023-07-05) ### Features * add github templates ([#124](https://github.com/hashgraph/full-stack-testing/issues/124)) ([7990742](https://github.com/hashgraph/full-stack-testing/commit/7990742210422702b21f4c2ef70364e1119e5ad7)) * add otel collector sidecar container ([#134](https://github.com/hashgraph/full-stack-testing/issues/134)) ([09de701](https://github.com/hashgraph/full-stack-testing/commit/09de701cdafdc68eb6b21e038508e087c101f305)) * add semantic-release based CI pipelines ([#136](https://github.com/hashgraph/full-stack-testing/issues/136)) ([76055e0](https://github.com/hashgraph/full-stack-testing/commit/76055e0643ae0a0141fe70161e64592eea9294d9)) * add SLF4J logging to fullstack-helm-client module ([#137](https://github.com/hashgraph/full-stack-testing/issues/137)) ([4115810](https://github.com/hashgraph/full-stack-testing/commit/411581042ac54ba836e2a23d76a09c6c63592092)) * boilerplate helm chart ([#121](https://github.com/hashgraph/full-stack-testing/issues/121)) ([70c66ca](https://github.com/hashgraph/full-stack-testing/commit/70c66ca4c851a5a4961e3b5d19527bc477f8c0ae)) * implement mirror.py container support (via side car) ([#135](https://github.com/hashgraph/full-stack-testing/issues/135)) ([c8ea9e2](https://github.com/hashgraph/full-stack-testing/commit/c8ea9e2f4b011cb9eab2ca17f45b4418586d50ed)) * publish the helm client to maven central ([#123](https://github.com/hashgraph/full-stack-testing/issues/123)) ([6b40d2d](https://github.com/hashgraph/full-stack-testing/commit/6b40d2db1e53934e44d9846bf9d6ca006755fb86)) * relocates the docker image definition and adds a new image definition ([#126](https://github.com/hashgraph/full-stack-testing/issues/126)) ([db59e7c](https://github.com/hashgraph/full-stack-testing/commit/db59e7c390d4875ef4be823d278d976c6e1f618e)) ### Bug Fixes * update configurations for mirror uploader sidecars ([#138](https://github.com/hashgraph/full-stack-testing/issues/138)) ([118662f](https://github.com/hashgraph/full-stack-testing/commit/118662f3192a6dee1f65a1252709df325b834ba0)) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ff9f71df3..ec9e81aba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ end-to-end and full stack tests against the Hedera network software. Designed wi purpose built for the Hedera community and open-source contributors. # Version for all subprojects -version=0.1.2 +version=0.2.0 # Set the default Group ID group=com.hedera.fullstack