Changelog v1.13.5

This commit is contained in:
nicolas.dorier 2024-07-17 11:25:23 +09:00
parent 8b20cd9082
commit ce4d73fcad
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.13.4</Version>
<Version>1.13.5</Version>
</PropertyGroup>
</Project>

View File

@ -1,5 +1,12 @@
# Changelog
## 1.13.5
### Bug fixes
* Fix: Plugin Exception Handler didn't disabled plugin if crash was detected @NicolasDorier
* Fix: Kraken rate provider failing due to bid > ask @NicolasDorier
## 1.13.4
### Bug fixes