This commit is contained in:
Lauri Ojansivu 2023-04-26 23:33:37 +03:00
parent 712dbb8e73
commit 20ea0dba95
2 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,7 @@ Note:
[How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585) [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585)
# v6.86 2023-04-25 WeKan ® release # v6.86 2023-04-26 WeKan ® release
This release fixes the following CRITICAL SECURITY FIXES: This release fixes the following CRITICAL SECURITY FIXES:
@ -49,6 +49,8 @@ and fixes the following bugs:
Thanks to xet7. Thanks to xet7.
- [Revert some migration filename changes](https://github.com/wekan/wekan/commit/3300bbe9e7a6c02c753b0d1f2e8547d1d85cb76c). - [Revert some migration filename changes](https://github.com/wekan/wekan/commit/3300bbe9e7a6c02c753b0d1f2e8547d1d85cb76c).
Thanks to xet7. Thanks to xet7.
- [Add back node-gyp related dependencies](https://github.com/wekan/wekan/commit/712dbb8e73df740816eb66257e834bc7e22bd0fb).
Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations. Thanks to above GitHub users for their contributions and translators for their translations.

View file

@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 686, appVersion = 686,
# Increment this for every release. # Increment this for every release.
appMarketingVersion = (defaultText = "6.86.0~2023-04-25"), appMarketingVersion = (defaultText = "6.86.0~2023-04-26"),
# Human-readable presentation of the app version. # Human-readable presentation of the app version.
minUpgradableAppVersion = 0, minUpgradableAppVersion = 0,