From 978a02c5485a87d722a68d95fc5a1ce974963fa2 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Tue, 9 Jul 2024 18:45:38 +0200 Subject: [PATCH] 0.6.0 release * Link to a Mailbox the Customers automatically created when fetching e-mails. --- CHANGELOG | 4 ++++ README.md | 2 +- composer.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b1d61d0..89bec15 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +0.6.0 + + * Link to a Mailbox the Customers automatically created when fetching e-mails. + 0.5.0 * Allow multiple Customers to use the same email, as long as they are linked to distinct Mailboxes. diff --git a/README.md b/README.md index fc68d2b..f7d2be8 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.5.0" +composer require "millions-missing-france/freescout-restricted-customers" "0.6.0" ``` ### Edit the application routes diff --git a/composer.json b/composer.json index eadbb1e..d81db70 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.5.0", + "version": "0.6.0", "type": "library", "license": ["AGPL-3.0-only"], "authors": [