File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121### Fixed
2222### Removed --->
2323
24+ ## 0.7.0 - 2021-09-24
25+ ### Added
26+ - Labels admin
27+ - Labels description
28+ - Multiple contact addresses
29+ - Mutliple contact phone numbers
30+ - Mutliple contact emails
31+ - Fax number type
32+ - Select2 for labels
33+
2434## 0.6.8 - 2021-09-12
2535### Fixed
2636- Roles & Permissions team owner role missing
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ https://spatie.be/docs/laravel-permission/v4/installation-laravel
4848#### Step 4. Require the current package using composer:
4949
5050``` bash
51- composer require venturedrake/laravel-crm:^0.6
51+ composer require venturedrake/laravel-crm:^0.7
5252```
5353
5454#### Step 5. Publish the migrations, config & assets
Original file line number Diff line number Diff line change 1313 |
1414 */
1515
16- 'version ' => '0.6.8 ' ,
16+ 'version ' => '0.6.9 ' ,
1717
1818 ];
You can’t perform that action at this time.
0 commit comments