diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a7baed..d6a5444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.0.1 + +- fix: Check out branch automatically on GitLab (84c9bfd7) + ## v1.0.0 - major: Trigger v1.0.0 at last (9d311f7e) diff --git a/pyproject.toml b/pyproject.toml index 39aad76..174eb2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pagekey-semver" description = "Simple, opinionated semantic versioning package." -version = "1.0.0" +version = "1.0.1" authors = [ "steve",] readme = "README.md"