Update Changelog for 2.6.8

This commit is contained in:
PCoder 2019-11-15 17:08:05 +05:30
parent 871cccc2ae
commit a33a344b40
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2.6.8: 2019-11-15
* feature: [EU VAT] Add EU VAT feature for generic products (MR!717)
Notes for deployment:
- do a db migrate a to create VATRates table
./manage.py migrate hosting
- load vat_rates.csv
./manage.py import_vat_rates vat_rates.csv
2.6.7: 2019-11-04
* bugfix: [admin] Improve dumpuser: show proper dates + bugfix
* bugfix: [admin] Improve fetch_stripe_bills: