diff --git a/.bumpversion.toml b/.bumpversion.toml index edfdb7551d30ee0a6b62f5a158f59339f3ec5d06..278e32fe926436c248163b20506ee0c14b5e1c58 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,6 +1,6 @@ [tool.bumpversion] commit = true -current_version = "2.0.5" +current_version = "2.0.6" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" replace = "{new_version}" search = "{current_version}" diff --git a/CHANGELOG.md b/CHANGELOG.md index e37dd5d11c34b9175650f0ae953f3c7a1a26ae67..9d39628e5726c7e2b13229fab14b5782098996b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.6] - 2024-07-16 + +* Fix of auto release + ## [2.0.5] - 2024-07-16 * Update of CICD