From 7af2e7ccbcba00ad90f678d09698308c5b09a468 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Mon, 9 Dec 2024 12:23:46 +0200 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef349e8d1..38171287b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to Bigcapital server-side will be in this file. +# [0.22.0] + +* feat: estimate, receipt, credit note mail preview by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/757 +* feat: Add discount to transactions by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/758 +* fix: update financial forms to use new formatted amount utilities and… by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/760 +* fix: total lines style by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/761 +* fix: discount & adjustment sale transactions bugs by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/762 +* fix: discount transactions GL entries by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/763 + # [0.21.2] * hotbug: upload attachments by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/755