diff --git a/.bumpversion.toml b/.bumpversion.toml index 27feca530e3aba2fef3163a752dd6515d804ed0b..a9d68f47614a703918e86cee5335c9646287ccf3 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,6 +1,6 @@ [tool.bumpversion] commit = true -current_version = "0.4.6" +current_version = "0.4.7" 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 6294eda831bf4ae3be85337931f3755bb35b0487..95186dbbcaf8b2c7cb67a78ba5bfda6a5fdd8188 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.7] - 2024-08-04 + * Misc update of the project ## [0.4.6] - 2024-08-02 diff --git a/README.md b/README.md index 79f0ab458d1f08b9a43918ee5f32bec2bfd0b577..64a0b30169bac64702c63aa7bcef7fa4be48a9c6 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.6 + - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.7 ``` [](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.6/templates/release-by-changelog.yml' + - remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.7/templates/release-by-changelog.yml' ``` ### Customize job