diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a43f289..d0b8201af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This release adds the following new features: +- [Helm: Introduce secretEnv for secret value provisioning](https://github.com/wekan/wekan/pull/3382). + Thanks to ThoreKr. - REST API: List attachments of a board, with download URLs of attachments. [Part 1](https://github.com/wekan/wekan/commit/bf94161f30adf9dec6aa41af6946ba54c1573a44), [Part 2](https://github.com/wekan/wekan/commit/2ec53b27d14049bc9622861492cac301512a1e33), @@ -9,6 +11,9 @@ This release adds the following new features: For using this, Python code example: https://github.com/wekan/wekan/wiki/New-card-with-Python3-and-REST-API . Thanks to xet7. +- [REST API: Added Wekan REST API Python CLI, for adding card, downloading attachments + etc](https://github.com/wekan/wekan/commit/051f7b2769c51404063e7f0ddf85fbd0f9508a88). + Thanks to xet7. and fixes the following bugs: