diff --git a/.bumpversion.toml b/.bumpversion.toml index 0f168c2299fb65174098b32c1760381c0956ea5c..37d9aa16d1b47c60117d0790e0693d326c62646e 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,7 +1,7 @@ [tool.bumpversion] commit = true config-file = "pyproject.toml" -current_version = "0.4.4" +current_version = "0.4.5" 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 d7cd9eec41980462477e9cfc53eaf261a8b4cecd..d03c7dfb4adaa6de36b519f5637ff7a541bf9a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.5] - 2024-08-01 + * Update documentation ## [0.4.4] - 2024-07-16 diff --git a/README.md b/README.md index 1d03b2b43953d7fa324a1ca0ded4285f68e49a7c..4783259012fc71789654339fd1910f2a61f13288 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ your instance: ```yaml include: - - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.4 + - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.5 ``` [](https://gitlab.com) @@ -31,7 +31,7 @@ As a remote Template if the component is not supported or mirrored by your insta ```yaml include: - - remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.4/templates/release-by-changelog.yml' + - remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.5/templates/release-by-changelog.yml' ``` ### Customize job