Update changelog

This commit is contained in:
nicolas.dorier
2023-03-08 21:56:40 +09:00
parent 397ca6ef0c
commit 6d4b2348ac
2 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.8.2</Version>
<Version>1.8.3</Version>
</PropertyGroup>
</Project>

View File

@@ -1,5 +1,17 @@
# Changelog
## 1.8.3
### Bug fix
* Prevent XSS injection via VueJS (#4747) credit to @cupc4k3. @NicolasDorier
* Do not through missing-permission error when no store on /api/v1/stores (Close #4735) (#4748) @NicolasDorier
### Improvements
* UI: Decrease content padding top on small screens (#4749) @dennisreimann
* Checkout v2: Minor UI updates (#4734) @dennisreimann
## 1.8.2
### Bug fix