diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f0447..fa07365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v5.0.2 (2023-07-25) + ## v5.0.1 (2023-04-29) ### Refactor diff --git a/VERSION b/VERSION index 6b244dc..a1ef0ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.1 +5.0.2 diff --git a/pyproject.toml b/pyproject.toml index 8ced97c..e2c622f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ ignore = [ name = "cz_conventional_commits" tag_format = "v$version" update_changelog_on_bump = true -version = "5.0.1" +version = "5.0.2" version_files = ["VERSION"] [tool.isort]