From 570b35a058722a712e1856b83507d32448797d81 Mon Sep 17 00:00:00 2001 From: Mark Tennyson <46404058+marktennyson@users.noreply.github.com> Date: Wed, 12 Jan 2022 15:06:11 +0530 Subject: [PATCH] Bump version 0.0.7 => 0.1.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 242c1ae..18eaa45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ ## 0.0.7 - Solved the `long description not found` on the PYPI website. -## 0.1.0 [Upcoming] +## 0.1.0 - `Fixed` issue #20 . Now the user can pass template parameters by using `template_params` variable on the `schemas.Message` class. - `Fixed` major typo at setup.py - `Fixed` some broken test cases.