diff --git a/Build/Version.csproj b/Build/Version.csproj index 8fca1afb40..313470154a 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.8.1 + 1.8.2 diff --git a/Changelog.md b/Changelog.md index 73fe4b17c7..83051ad1b3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,14 @@ # Changelog +## 1.8.2 + +### Bug fix + +* Fix: Impossible to create invoice after migration from Sqlite (Close #4743) + +### Improvements +* Add missing docs of store payment method criteria @Kukks + ## 1.8.1 ### New feature