From ae2009ce87c2a4c5d53ba5bd23c1bfae1657aeb8 Mon Sep 17 00:00:00 2001 From: javierzazo_microsoft Date: Mon, 13 May 2024 14:25:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump:=20version=200.0.2=20?= =?UTF-8?q?=E2=86=92=200.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"