diff --git a/CHANGELOG.md b/CHANGELOG.md index b5bf563..f4c3d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.4.0] - 2023-10-26 + +### Added + +- Tip component + +### Changed + +- Added settings for tips, tax and VAT rates. +- Added fields for tips, tax and VAT to `order.model` +- Added a display of taxes to orders +- Added a tip display to receipts + ## [2.3.1] - 2023-06-26 ### Fixed diff --git a/package.json b/package.json index eda8582..383a00e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zgo", - "version": "2.3.1", + "version": "2.4.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/app/app.component.html b/src/app/app.component.html index 9116cfb..11116e0 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -45,7 +45,7 @@ style="margin-top: 10px; margin-bottom: 20px;">
© 2023 Vergara Technologies LLC
-
Version 2.3.1
+
Version 2.4.0
{{ vE.mainPriceData }}