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 b8fb7ff commit 9a91ae6Copy full SHA for 9a91ae6
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.9.2 - 2021-11-03
24
+### Fixed
25
+- Address types migration command
26
+
27
## 0.9.1 - 2021-11-03
28
29
- Missing command in service provider
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.9.1',
+ 'version' => '0.9.2',
17
18
];
0 commit comments