From d5d3f1de4461f55de8253ce01dc53bb126538180 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Mon, 23 Feb 2026 18:44:06 +0100 Subject: [PATCH] chore: Update version --- charts/planka/Chart.yaml | 4 ++-- client/src/assets/docs/whats-new.md | 11 ++++++++++- client/src/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- server/version.js | 2 +- 6 files changed, 17 insertions(+), 8 deletions(-) diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index fa1ca955..f6214b3a 100644 --- a/charts/planka/Chart.yaml +++ b/charts/planka/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.0.1 +version: 2.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.0.1" +appVersion: "2.0.2" dependencies: - alias: postgresql diff --git a/client/src/assets/docs/whats-new.md b/client/src/assets/docs/whats-new.md index 1debce0d..710ccc0a 100644 --- a/client/src/assets/docs/whats-new.md +++ b/client/src/assets/docs/whats-new.md @@ -1,4 +1,13 @@ -# [2.0.1] - 2026-02-17 +# [2.0.2] - 2026-02-23 + +### Fixed + +* Prevent dropzone from overflowing content +* Update Gravatar hash algorithm +* Improve backup and restore scripts +* Improve installation on Windows and containerized environments + +## [2.0.1] - 2026-02-17 ### Fixed diff --git a/client/src/version.js b/client/src/version.js index c9e08004..1cce2c63 100644 --- a/client/src/version.js +++ b/client/src/version.js @@ -1 +1 @@ -export default '2.0.1'; +export default '2.0.2'; diff --git a/package-lock.json b/package-lock.json index 2f34ae0b..1e1b7d7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "planka", - "version": "2.0.1", + "version": "2.0.2", "hasInstallScript": true, "dependencies": { "concurrently": "^9.2.1", diff --git a/package.json b/package.json index 5a6ec277..b1d14fe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "2.0.1", + "version": "2.0.2", "private": true, "scripts": { "client:build": "npm run build --prefix client", diff --git a/server/version.js b/server/version.js index 66825d52..2b3f38c9 100644 --- a/server/version.js +++ b/server/version.js @@ -1 +1 @@ -module.exports = '2.0.1'; +module.exports = '2.0.2';