Wekan REST API v7.49
+Wekan REST API v7.50
@@ -18336,6 +18336,14 @@ UserSecurityScroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7c7a41f..41495516e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Fixing other platforms In Progress. [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585) -# Upcoming WeKan ® release +# v7.50 2024-06-22 WeKan ® release This release adds the following new features: @@ -24,7 +24,9 @@ This release adds the following new features: and adds the following updates: -- [Updated docs for WeKan version for Windows](https://github.com/wekan/wekan/commit/9b428150a4fb9efdcb2ae9d3bb59d0da29529e69). +- Updated docs for WeKan version for Windows. + [Part 1](https://github.com/wekan/wekan/commit/9b428150a4fb9efdcb2ae9d3bb59d0da29529e69), + [Part 2](https://github.com/wekan/wekan/commit/3c35a6400b88e071a474a552ee941892522c8d59). Thanks to xet7. - Updated dependencies. [Part 1](https://github.com/wekan/wekan/pull/5446), diff --git a/Stackerfile.yml b/Stackerfile.yml index 2b99bfce1..0524c21c7 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v7.49.0" +appVersion: "v7.50.0" files: userUploads: - README.md diff --git a/package-lock.json b/package-lock.json index 72288001c..8c0be881c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v7.49.0", + "version": "v7.50.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c6acf3a4f..b5485bfd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v7.49.0", + "version": "v7.50.0", "description": "Open-Source kanban", "private": true, "repository": { diff --git a/public/api/wekan.html b/public/api/wekan.html index e19aab928..07ea00f26 100644 --- a/public/api/wekan.html +++ b/public/api/wekan.html @@ -7,7 +7,7 @@ -
@@ -18336,6 +18336,14 @@ UserSecurityScroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.