Skip to content

Commit 00a92e9

Browse files
committed
Updated changelog and version
1 parent f24964b commit 00a92e9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

22+
## 0.12.2 - 2022-12-10
23+
### Added
24+
- Lead source observer
25+
- Invoices permissions
26+
- Retain filters when searching
27+
- Return to search results
28+
### Changed
29+
- Only run xero scheduled tasks when relevant setting is true
30+
- Moved model filters to a modal for better UX
31+
- Set multi-select max height
32+
### Fixed
33+
- Xero middleware check if auth user before setting tenant id
34+
- Sorting working with encrypted table fields
35+
- Default owner user filter
36+
- Support for browser back button with search
37+
2238
## 0.12.1 - 2022-12-03
2339
### Added
2440
- Aggregated notes

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

1818
];

0 commit comments

Comments
 (0)