diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed1276..aa0359c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.1.2 (2023-08-13) + +### Fix + +* fix: 🐰 Oh my fur and whiskers! I'm late, I'm late, I'm late! 🐇 ([`407b6ee`](https://github.com/matteo4diani/poetry-semantic-release-test/commit/407b6ee48e68b3211c18744528950c4862527b17)) + + ## v0.1.1 (2023-08-13) ### Ci diff --git a/pyproject.toml b/pyproject.toml index 7b62cc5..deee6b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-semantic-release-test" -version = "0.1.1" +version = "0.1.2" description = "Test package to release with the poetry-semantic-release action" authors = ["Matteo Fordiani "] readme = "README.md"