build(version): bump version 0.8.0 → 0.8.1

This commit is contained in:
2023-12-09 08:00:06 +00:00
parent cd1081744e
commit e60c11dafe
2 changed files with 7 additions and 1 deletions

View File

@ -4,4 +4,4 @@ commitizen:
name: cz_conventional_commits name: cz_conventional_commits
tag_format: $major.$minor.$patch$prerelease tag_format: $major.$minor.$patch$prerelease
update_changelog_on_bump: true update_changelog_on_bump: true
version: 0.8.0 version: 0.8.1

View File

@ -1,3 +1,9 @@
## 0.8.1 (2023-12-09)
### Bug Fixes
- **collection**: [b9a0e611](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/b9a0e611366d75de0f6d48bda4d91d06898935b1) - add missing postgres [ [!150](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/150) [!18](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/18) ]
## 0.8.0 (2023-12-08) ## 0.8.0 (2023-12-08)
### Features ### Features