From 3639ce44e59f1cf5855e390be2d3d6cc2473470a Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Sun, 28 May 2023 15:02:14 +0200 Subject: [PATCH] chore: bump CHANGELOG v0.9.1 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce1b32521..b7f684b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to Bigcapital server-side will be in this file. +## [0.9.1] - 28-06-2023 + +`@bigcapital/server` +- fix: deleting ledger entries of manual journal. +- fix: base currency should be enabled. +- fix: delete invoice transaction issue. + +`@bigcapital/webapp` +- fix: general, accoutant and items preferences. +- fix: auto-increment sale invoices, estiamtes, credit notes, payments and manual journals. +- refactor: the setup organization form to use binded Formik components. + +## [0.9.0] - 06-06-2023 + +`@bigcapital/server` + +- [Sign-up restrictions](https://docs.bigcapital.ly/docs/deployment/signup_restriction) for self-hosting instances to disable signup or control the allowed email addresses and domains that can sign-up. + ## [0.8.3] - 06-04-2023 `@bigcaptial/monorepo`