Skip to content

Commit e6e674c

Browse files
committed
Version info
1 parent 2a35e5a commit e6e674c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
- Notes
109
- Tasks
1110
- Files / Documents
1211
- Calendar (Calls, Meetings, Reminders)
@@ -20,6 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2019
### Fixed
2120
### Removed --->
2221

22+
## 0.9.4 - 2021-11-15
23+
### Added
24+
- Ability to add notes to leads, deals & contacts
25+
- Auth logging
26+
- Organisation types
27+
- Search option on multiselect search filters
28+
### Fixed
29+
- Incorrectly names morph fields on notes table
30+
- Typo in lang file
31+
- Formatting of delete buttong on phone, email and addresses
32+
2333
## 0.9.3 - 2021-11-05
2434
### Changed
2535
- Filters now use post request and stored in session

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The free CRM you have been looking for, this package will add CRM functionality
2525
- Deal management
2626
- Contact database management
2727
- Products & Product Categories
28+
- Notes
2829
- Users & Teams
2930
- Secure registration & login
3031
- Laravel Jetstream/Spark teams support
@@ -187,7 +188,6 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
187188

188189
## Roadmap
189190

190-
- Notes
191191
- Tasks
192192
- Files / Documents
193193
- Calendar (Calls, Meetings, Reminders)

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

1818
];

0 commit comments

Comments
 (0)