chore: release #30
2
.cz.yaml
2
.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
|
||||
|
12
CHANGELOG.md
12
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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user