From fa550f027ac4097ad663d510d4b8c746a5d4b324 Mon Sep 17 00:00:00 2001
From: Odair M <odairmario45@gmail.com>
Date: Fri, 26 Aug 2022 19:07:01 -0300
Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.1=20=E2=86=92=200.5.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .cz.toml     |  2 +-
 CHANGELOG.md | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/.cz.toml b/.cz.toml
index 4cf265c..c19eb35 100644
--- a/.cz.toml
+++ b/.cz.toml
@@ -1,5 +1,5 @@
 [tool]
 [tool.commitizen]
 name = "cz_conventional_commits"
-version = "0.4.1"
+version = "0.5.0"
 tag_format = "$version"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e93723d..8df514a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
 ## Unreleased
 
+### Feat
+
+- 100% size page
+
+### Fix
+
+- **Build**: fix python version
+
+## 0.4.1 (2022-08-26)
+
 ### Fix
 
 - add missing depedencie importlib_metadata
-- 
GitLab