From a563e9d9c9cb956d78169ff0a251e511ec2115e1 Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Wed, 27 Oct 2021 22:56:46 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1116ca3..e92a46f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,15 @@ 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.1.0 - 20-12-2019 +## 1.2.0 - 2021-10-27 +### Changed +- Refactor code +- Change Composer name + +## 1.1.0 - 2019-12-20 ### Changed - [#4](https://github.com/Vendic/EAVCleaner/pull/4) Added non interactive mode support [@boehsermoe](https://github.com/boehsermoe) -## 1.0.4 - 12-09-2019 +## 1.0.4 - 2019-09-12 ### Changed - [#5](https://github.com/Vendic/EAVCleaner/pull/5) Refactored command `eav:media:remove-unused`