Skip to content

Commit e659146

Browse files
committed
New version details
1 parent 02d277f commit e659146

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
### Fixed
2121
### Removed --->
2222

23+
## 0.8.0 - 2021-10-27
24+
### Added
25+
- Spatie permissions team support
26+
- allTeams scope
27+
### Fixed
28+
- Search filter scope
29+
- Problem with team permissions cache
30+
2331
## 0.7.2 - 2021-10-20
2432
### Added
2533
- Added owner and label browsing filters

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ https://laravel.com/docs/6.x/authentication
5151
#### Step 3. Require the current package using composer:
5252

5353
```bash
54-
composer require venturedrake/laravel-crm:^0.7
54+
composer require venturedrake/laravel-crm:^0.8
5555
```
5656

5757
#### Step 4. Install spatie roles & permissions package

config/package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
|
1414
*/
1515

16-
'version' => '0.7.2',
16+
'version' => '0.8.0',
1717

1818
];

0 commit comments

Comments
 (0)