From c4013178f521f2e14b1a45429afae5c2283bc4a6 Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 17 Dec 2019 18:45:39 +0530 Subject: [PATCH] Update Changelog --- Changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog b/Changelog index c2aed106..09b362fe 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +2.7.2: 2019-12-17 + * Add vat rates for AD, TK and IS + * Improve billing address' string representation + Notes for deployment: + - Import the newly added vat rates into db + ``` + ./manage.py import_vat_rates vat_rates.csv + ``` 2.7.1: 2019-12-14 * feature: Add management command to list active VM customers (MR!723) 2.7: 2019-12-9