diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6f8602..bbe4d10d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Removed ---> +## 0.19.9 - 2023-09-04 +### Fixed +- Database update for tax amounts + ## 0.19.8 - 2023-09-04 ### Added - Tax rates and tax amount added to quote products, order products & invoice lines diff --git a/config/package.php b/config/package.php index a4b58179..98587f19 100644 --- a/config/package.php +++ b/config/package.php @@ -13,6 +13,6 @@ | */ - 'version' => '0.19.8', + 'version' => '0.19.9', ];