diff --git a/CHANGELOG.md b/CHANGELOG.md index 678d312..2619c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.0.3 (2024-05-13) + +### 🐛🚑️ Fixes + +- point to correct readme file in template project + ## v0.0.2 (2024-05-13) ### ♻️ Refactorings diff --git a/pyproject.toml b/pyproject.toml index aff47cc..b5b3489 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cookie-doh" -version = "0.0.2" +version = "0.0.3" description = "" authors = ["microsoft"] license = "MIT License"