From f3dbdfe5623de4e80bf643dd9cec0fb75e708d20 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Wed, 21 Feb 2024 12:55:00 +0000 Subject: [PATCH] build: bump version 0.1.1 -> 0.1.2-a1 !7 --- .cz.yaml | 2 +- CHANGELOG.md | 6 ++++++ galaxy.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index e0567d8..896bfb5 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,5 +4,5 @@ commitizen: prerelease_offset: 1 tag_format: $version update_changelog_on_bump: false - version: 0.1.1 + version: 0.1.2-a1 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b3c838..cdde04a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ### Fix +- **build**: ensure the correct tags and architectures are published + +## 0.1.1 (2024-02-21) + +### Fix + - **ci**: use correct collection name ## 0.1.0 (2024-02-21) diff --git a/galaxy.yml b/galaxy.yml index 45f3ab5..4277dcc 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: nofusscomputing name: phpipam_scan_agent # The version of the collection. Must be compatible with semantic versioning -version: 0.1.1 +version: 0.1.2-a1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md