From 74cd140d8481b68284291628c37d92e4c7caebbe Mon Sep 17 00:00:00 2001 From: Jonas Renaudot Date: Tue, 21 Feb 2023 10:59:18 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca6c45f..72cc7e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.4] - 21.02.2023 + * Silence deprecation messages #70 thanks to @tm1000 + ## [1.0.3] - 27.06.2022 * Add progress bar #66 thanks to @tm1000