From 21d7bbf158b298f50c837ab64a82ba8c014f0a6a Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Wed, 10 Jul 2024 16:41:54 +0200 Subject: [PATCH] 0.6.1 release * Fix the ability to rollback migrations. --- CHANGELOG | 4 ++++ README.md | 2 +- composer.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 89bec15..8168e24 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +0.6.1 + + * Fix the ability to rollback migrations. + 0.6.0 * Link to a Mailbox the Customers automatically created when fetching e-mails. diff --git a/README.md b/README.md index f7d2be8..ca31dc5 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.6.0" +composer require "millions-missing-france/freescout-restricted-customers" "0.6.1" ``` ### Edit the application routes diff --git a/composer.json b/composer.json index d81db70..cb1a90d 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.6.0", + "version": "0.6.1", "type": "library", "license": ["AGPL-3.0-only"], "authors": [