From 65c27a2115f46ed30459e8f18ac389d6d8c4bb28 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.eu>
Date: Wed, 20 May 2020 22:56:35 +0200
Subject: [PATCH] Modification de version et du CHANGELOG.md

---
 CHANGELOG.md   | 4 ++++
 composer.json  | 2 +-
 etc/module.xml | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b43ecf..40c46d2 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## [2.0.4] - 2020-05-20
+### Changed
+- Correction de l'affichage du wrapper
+
 ## [2.0.3] - 2020-05-11
 ### Changed
 - Correction d'une variable dans webapi.xml
diff --git a/composer.json b/composer.json
index 5ad81d0..54aff0c 100755
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
     "name": "nicolasbejean/categorywidget",
     "description": "Afficher une liste de catégories",
     "type": "magento2-module",
-    "version": "2.0.3",
+    "version": "2.0.4",
     "require": {
         "php": "~7.1.3||~7.2.0||~7.3.0",
         "magento/framework": "102.0.*",
diff --git a/etc/module.xml b/etc/module.xml
index 2eb0b6e..45c1785 100755
--- a/etc/module.xml
+++ b/etc/module.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
-    <module name="NicolasBejean_CategoryWidget" setup_version="2.0.3">
+    <module name="NicolasBejean_CategoryWidget" setup_version="2.0.4">
         <sequence>
             <module name="Magento_Backend"/>
             <module name="Magento_Catalog"/>
-- 
GitLab