From a5336e15a54c6d38e788185743b52597216bc031 Mon Sep 17 00:00:00 2001 From: hostbot Date: Fri, 5 Apr 2024 12:28:05 +0300 Subject: [PATCH] chore: Release main (#23) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ galaxy.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebbf59..29b9efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/hostinger/ansible-collection-fireactions/compare/v0.1.1...v0.1.2) (2024-04-05) + + +### Bug Fixes + +* **roles/fireactions:** Set systemd service KillMode=process ([ffd18ba](https://github.com/hostinger/ansible-collection-fireactions/commit/ffd18ba11f4530fbecd5e6fe554070637eb342f6)) + ## [0.1.1](https://github.com/hostinger/ansible-collection-fireactions/compare/v0.1.0...v0.1.1) (2024-03-13) diff --git a/galaxy.yml b/galaxy.yml index 9a3647b..be782cc 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ namespace: hostinger name: fireactions repository: https://github.com/hostinger/ansible-collection-fireactions -version: 0.1.1 +version: 0.1.2 readme: README.md authors: - konradasb