diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 1e61d36..fbf9567 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"0.3.6"} +{".":"0.3.7"} diff --git a/CHANGELOG.md b/CHANGELOG.md index aad0cdc..f66ce30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.7](https://github.com/fluencelabs/ansible/compare/v0.3.6...v0.3.7) (2024-09-16) + + +### Features + +* added rust logs + nox configs logging ([#49](https://github.com/fluencelabs/ansible/issues/49)) ([559811a](https://github.com/fluencelabs/ansible/commit/559811a19f22cabc9b5c217ec32809d727256182)) + ## [0.3.6](https://github.com/fluencelabs/ansible/compare/v0.3.5...v0.3.6) (2024-09-16) diff --git a/galaxy.yml b/galaxy.yml index 00a3a54..2798ef3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: fluencelabs name: provider -version: 0.3.6 +version: 0.3.7 readme: README.md authors: - Anatolios Laskaris (https://nahsi.dev)