diff --git a/.cz.yaml b/.cz.yaml index bcb93d0..4c9b9c4 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,4 +4,4 @@ commitizen: name: cz_conventional_commits tag_format: $major.$minor.$patch$prerelease update_changelog_on_bump: true - version: 0.1.0rc0 + version: 0.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d1f25..49c6292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.1.0 (2024-03-19) + +### Features + +- **bind**: [569fc252](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/569fc2528c4eeb8e61482ff89b8224b5109489c6) - run command to specify ipv4, config file and log file [ [!17](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/17) ] +- **bind**: [01c9be4a](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/01c9be4aebb6fab9caffde2ec5c48ccbfc60809f) - update 9.18.19-r0 -> 9.18.24-r0 [ [!17](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/17) ] + ## 0.1.0rc0 (2023-11-13) ### Bug Fixes