From 25216f71360d286fd9da8fa41f42b7fc830249ed Mon Sep 17 00:00:00 2001 From: hostbot Date: Tue, 21 Nov 2023 13:54:30 +0200 Subject: [PATCH] chore(main): Release 0.6.0 (#11) --- CHANGELOG.md | 12 ++++++++++++ galaxy.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee201d..2ce9136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.0](https://github.com/hostinger/ansible-collection-core/compare/v0.5.0...v0.6.0) (2023-11-21) + + +### Features + +* Add tc_redirect_tap role ([#10](https://github.com/hostinger/ansible-collection-core/issues/10)) ([db86ce1](https://github.com/hostinger/ansible-collection-core/commit/db86ce1d171432a37224627928aed6868c45ec73)) + + +### Bug Fixes + +* **roles/nerdctl_login:** Always login to registry ([0a2a232](https://github.com/hostinger/ansible-collection-core/commit/0a2a232b7011b5135a263607483a6bfb6d5727ab)) + ## [0.5.0](https://github.com/hostinger/ansible-collection-core/compare/v0.4.0...v0.5.0) (2023-11-12) diff --git a/galaxy.yml b/galaxy.yml index dcf2fe0..6c575ad 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: hostinger name: core repository: https://github.com/hostinger/ansible-collection-core -version: 0.5.0 # x-release-please-version +version: 0.6.0 # x-release-please-version readme: README.md authors: - konradasb