From b1438e5ca1dfb8dc3236911b974ead3467f90738 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Mon, 8 Jul 2024 13:00:37 +0200 Subject: [PATCH] 0.2.0 release * On the initial package install, link existing Customers to Mailboxes --- CHANGELOG | 3 +++ README.md | 2 +- composer.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..cf37067 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,3 @@ +0.2.0 + + * On the initial package install, link existing Customers to Mailboxes. diff --git a/README.md b/README.md index e64ff1d..1652ed8 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.1.2" +composer require "millions-missing-france/freescout-restricted-customers" "0.2.0" ``` ### Edit the application routes diff --git a/composer.json b/composer.json index 37336f0..8b8b3c7 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.1.2", + "version": "0.2.0", "type": "library", "license": ["AGPL-3.0-only"], "authors": [