From 63097ea17eb5b35a30bbb8f25f6066d36fe63fc9 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Sat, 20 Jul 2024 18:47:53 +0200 Subject: [PATCH] 0.2.0 release * Group e-mails by first character in the group creation/edition form. --- CHANGELOG | 3 +++ composer.json | 2 +- module.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..5842bd0 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,3 @@ +0.2.0 + + * Group e-mails by first character in the group creation/edition form. diff --git a/composer.json b/composer.json index f51192f..8c5ee5c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "millions-missing-france/freescout-customers-groups", "description": "Freescout customers groups - Set groups of Freescout Customers for easier group emailing", - "version": "0.1.0", + "version": "0.2.0", "type": "library", "license": ["AGPL-3.0-only"], "authors": [ diff --git a/module.json b/module.json index 1c62f24..70c9981 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "MMFCustomersGroups", "alias": "mmfcustomersgroups", "description": "Freescout customers groups - Set groups of Freescout Customers for easier group emailing", - "version": "0.1.0", + "version": "0.2.0", "detailsUrl": "", "author": "Millions Missing FRANCE", "authorUrl": "info@millionsmissing.fr",