From 6d4b2348accafa49619d7f83d076ac0bf8e06cc4 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 8 Mar 2023 21:56:40 +0900 Subject: [PATCH] Update changelog --- Build/Version.csproj | 2 +- Changelog.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 313470154..70acc9f2b 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.8.2 + 1.8.3 diff --git a/Changelog.md b/Changelog.md index 83051ad1b..2c61f8c57 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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