From ad5e31c23ed877e6a81fc1e04b0b831af106f452 Mon Sep 17 00:00:00 2001 From: Andrew Drake Date: Fri, 13 Aug 2021 17:01:47 +1000 Subject: [PATCH] Updated version --- CHANGELOG.md | 6 ++++++ config/package.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a93a57f..f6405a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Removed ---> +## 0.6.4 - 2021-08-13 +### Changed +- Dual listbox for managing crm team users +### Fixed +- Show crm team users only + ## 0.6.3 - 2021-07-29 ### Fixed - Issue with publishing migrations diff --git a/config/package.php b/config/package.php index eda4fa35..a0e684d8 100644 --- a/config/package.php +++ b/config/package.php @@ -13,6 +13,6 @@ | */ - 'version' => '0.6.3', + 'version' => '0.6.4', ];