From 4d25f910f0b7fd41d9856be2d776b220f4ea24e9 Mon Sep 17 00:00:00 2001 From: Andrew Drake Date: Mon, 25 Sep 2023 22:30:45 +1000 Subject: [PATCH] Version 0.19.10 --- CHANGELOG.md | 4 ++++ config/package.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe4d10d..710e39d8 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.10 - 2023-09-25 +### Fixed +- Adding new organisation or person bug when creating invoice + ## 0.19.9 - 2023-09-04 ### Fixed - Database update for tax amounts diff --git a/config/package.php b/config/package.php index 98587f19..1a547124 100644 --- a/config/package.php +++ b/config/package.php @@ -13,6 +13,6 @@ | */ - 'version' => '0.19.9', + 'version' => '0.19.10', ];