diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6d4d21259..912fb40ce57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.22] (2024-12-20) + +### Fixes +#### Account + +* Invoice: fixed a regression preventing invoices refund. + ## [8.0.21] (2024-12-19) ### Fixes @@ -1359,6 +1366,7 @@ The resulting locale will be used for translation, date and currency formats. * Authentication: add a new API to fetch user permissions. * HR: add new configuration to manage timesheets from the mobile application. +[8.0.22]: https://github.com/axelor/axelor-open-suite/compare/v8.0.21...v8.0.22 [8.0.21]: https://github.com/axelor/axelor-open-suite/compare/v8.0.20...v8.0.21 [8.0.20]: https://github.com/axelor/axelor-open-suite/compare/v8.0.19...v8.0.20 [8.0.19]: https://github.com/axelor/axelor-open-suite/compare/v8.0.18...v8.0.19 diff --git a/changelogs/unreleased/88848-fixed-invoice-refund.yml b/changelogs/unreleased/88848-fixed-invoice-refund.yml deleted file mode 100644 index 65a23108f03..00000000000 --- a/changelogs/unreleased/88848-fixed-invoice-refund.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "Invoice: fixed a regression preventing invoices refund." -module: axelor-account