From f07ecd9bdff42e9764c7e5d496a6d71eb3bcab27 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Tue, 9 Jul 2024 14:42:25 +0200 Subject: [PATCH] 0.5.0 release * Allow multiple Customers to use the same email, as long as they are linked to distinct Mailboxes. --- CHANGELOG | 4 ++++ README.md | 2 +- composer.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1880124..b1d61d0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +0.5.0 + + * Allow multiple Customers to use the same email, as long as they are linked to distinct Mailboxes. + 0.4.0 * Display all Customers when using an admin account. diff --git a/README.md b/README.md index 8ae78d0..ac08cad 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You have been warned. ### Install the package with composer ``` -composer require "millions-missing-france/freescout-restricted-customers" "0.4.0" +composer require "millions-missing-france/freescout-restricted-customers" "0.5.0" ``` ### Edit the application routes diff --git a/composer.json b/composer.json index 712ac74..eadbb1e 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": "0.4.0", + "version": "0.5.0", "type": "library", "license": ["AGPL-3.0-only"], "authors": [