Skip to content

Commit 2830f0f

Browse files
committed
Version 0.10.0
1 parent c321b9c commit 2830f0f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

22+
## 0.10.0 - 2021-03-11
23+
### Added
24+
- Link to owner profile on contacts
25+
- Clear filters button
26+
- Sort functionality on filters where available
27+
- Auto build lead title
28+
### Fixed
29+
- Remove organisation from a person
30+
- Problem when query has joins and using teams
31+
- https://github.com/venturedrake/laravel-crm/issues/33
32+
- https://github.com/venturedrake/laravel-crm/issues/34
33+
2234
## 0.9.9 - 2021-12-15
2335
### Added
2436
- Show related notes from related contacts

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.9.9',
16+
'version' => '0.10.0',
1717

1818
];

0 commit comments

Comments
 (0)