update changelog and version

This commit is contained in:
Kukks 2023-07-29 09:48:47 +02:00
parent 688e873f7a
commit abfd6ea1dc
No known key found for this signature in database
GPG key ID: 8E5530D9D1C93097
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>1.11.0</Version> <Version>1.11.1</Version>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## 1.11.1
## Bug fixes
* Language Select box cut off on checkout (#5210) @dstrukt
* POS Cart view malformed when special characters are in items (#5203 #5211) @Kukks
* Errors creating invoice from public form were not shown in the UI (#5208 #5211) @Kukks
* Cart view doesn't show item when the amount field is custom (#5204 #5211) @Kukks
* Can't save the item when adding a new category in POS (#5205 #5211) @Kukks
## 1.11.0 ## 1.11.0
### New Features ### New Features