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 943211e commit b23373dCopy full SHA for b23373d
CHANGELOG.md
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
### Fixed
21
### Removed --->
22
23
+## 0.19.5 - 2023-08-29
24
+### Fixed
25
+- Consider soft deleted models when incrementing numbers
26
+
27
## 0.19.4 - 2023-08-28
28
### Added
29
- Delivery number
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.19.4',
+ 'version' => '0.19.5',
17
18
];
0 commit comments