From 8b65ba03411e170c7d40bc8c76bf75bcd517c011 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Fri, 23 Feb 2024 08:24:29 +0000 Subject: [PATCH] build: bump version 0.2.0-a1 -> 0.2.0-a2 !9 --- .cz.yaml | 2 +- CHANGELOG.md | 12 ++++++++++++ galaxy.yml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 9ed329c..5c928f2 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.2.0-a1 + version: 0.2.0-a2 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 8482807..73d0b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.2.0-a2 (2024-02-23) + +### Feat + +- **server**: update subnet discovery date/time +- **server**: move config of variables to vars file +- **agent**: move config of variables to vars file + +### Refactor + +- **server**: don't process scan results in parallel + ## 0.2.0-a1 (2024-02-22) ### Feat diff --git a/galaxy.yml b/galaxy.yml index eb13eac..592b8e5 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.2.0-a1 +version: 0.2.0-a2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md