Skip to content

Commit 2028c67

Browse files
committed
Version 0.9.3
1 parent 45e9df6 commit 2028c67

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

23+
## 0.9.3 - 2021-11-05
24+
### Changed
25+
- Filters now use post request and stored in session
26+
2327
## 0.9.2 - 2021-11-03
2428
### Fixed
2529
- Address types migration command

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

1818
];

0 commit comments

Comments
 (0)