From c2163c3d36e03654a34dade0b1323ca25ea3ba36 Mon Sep 17 00:00:00 2001 From: Jonas Renaudot Date: Mon, 27 Jun 2022 10:29:14 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d7754..ca6c45f 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.3] - 27.06.2022 + * Add progress bar #66 thanks to @tm1000 + ## [1.0.2] - 05.04.2022 * Add fixes for return code in execute command #64 * Fix testing with old versions of Symfony and code styling tool