diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acb0556..70cceb59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.6.2 - 2021-07-28 +### Added +- blade directives to show/hide CRUD buttons +### Fixed +- Missing lang keys +- Bug where converted leads were still showing +- Hide on team users from latest online users dashboard widget + ## 0.6.1 - 2021-07-15 ### Fixed - Users in teams diff --git a/config/package.php b/config/package.php index 5acac4b0..c0209f25 100644 --- a/config/package.php +++ b/config/package.php @@ -13,6 +13,6 @@ | */ - 'version' => '0.6.1', + 'version' => '0.6.2', ];