We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a26db1 commit 3ad9488Copy full SHA for 3ad9488
CHANGELOG.md
@@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
### Fixed
22
### Removed --->
23
24
+## 0.6.5 - 2021-08-29
25
+### Fixed
26
+- Issue with user policy when user in models directory
27
+
28
## 0.6.4 - 2021-08-13
29
### Changed
30
- Dual listbox for managing crm team users
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.6.4',
+ 'version' => '0.6.5',
17
18
];
0 commit comments