diff --git a/CHANGELOG b/CHANGELOG index 2e57f60..96a9c83 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +1.1.0 + + * Add compatibility with MMFCustomersGroups. + 1.0.1 * Fix the fetching of e-mails including attachments. diff --git a/composer.json b/composer.json index f8254b3..0294c22 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "millions-missing-france/freescout-restricted-customers", "description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes", - "version": "1.0.1", + "version": "1.1.0", "type": "library", "license": ["AGPL-3.0-only"], "authors": [ diff --git a/module.json b/module.json index 9e27c4d..a273236 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "MMFRestrictedCustomers", "alias": "mmfrestrictedcustomers", "description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes", - "version": "1.0.1", + "version": "1.1.0", "detailsUrl": "", "author": "Millions Missing FRANCE", "authorUrl": "info@millionsmissing.fr",