diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da0bd0..c5e2ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.1.6 (2023-08-12) + +### Fix + +* fix(ci): fix token ([`0b5b919`](https://github.com/matteo4diani/poetry-packaging-demo/commit/0b5b91971b953aa15b8680bb07b8ea401e488ea6)) + + ## v0.1.5 (2023-08-12) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 4314493..2c939fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-packaging-demo" -version = "0.1.5" +version = "0.1.6" description = "A demo of a Python packaging workflow using GH Actions and poetry" authors = ["Matteo Fordiani "] readme = "README.md"