We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153fe38 commit c99df50Copy full SHA for c99df50
CHANGELOG.md
@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
### Fixed
20
### Removed --->
21
22
+## 0.9.9 - 2021-12-15
23
+### Added
24
+- Show related notes from related contacts
25
+### Fixed
26
+- Notes when using teams
27
+
28
## 0.9.8 - 2021-12-08
29
30
- Issue with loading team roles, settings when not using teams mode
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.9.8',
+ 'version' => '0.9.9',
17
18
];
0 commit comments