From 91eb43f47260498b1c237022f023f3deef92c11e Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Thu, 19 Mar 2026 11:13:08 +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 b62c8e29..52975288 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.3 +version: 2.1.0 # 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.3" +appVersion: "2.1.0" dependencies: - alias: postgresql diff --git a/client/src/assets/docs/whats-new.md b/client/src/assets/docs/whats-new.md index 60acfb0c..b7859548 100644 --- a/client/src/assets/docs/whats-new.md +++ b/client/src/assets/docs/whats-new.md @@ -1,4 +1,13 @@ -# [2.0.3] - 2026-03-01 +# [2.1.0] - 2026-03-19 + +### Added + +* Support running under subpath +* Add ability to display card ages +* Allow exposing Swagger specification +* Configurable HTTP timeout for OIDC + +## [2.0.3] - 2026-03-01 ### Fixed diff --git a/client/src/version.js b/client/src/version.js index 43105d2f..6bbb04c1 100644 --- a/client/src/version.js +++ b/client/src/version.js @@ -1 +1 @@ -export default '2.0.3'; +export default '2.1.0'; diff --git a/package-lock.json b/package-lock.json index a3768d23..b752beae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "2.0.3", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "planka", - "version": "2.0.3", + "version": "2.1.0", "hasInstallScript": true, "dependencies": { "concurrently": "^9.2.1", diff --git a/package.json b/package.json index 81a1af87..afb16e76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "2.0.3", + "version": "2.1.0", "private": true, "scripts": { "client:build": "npm run build --prefix client", diff --git a/server/version.js b/server/version.js index d4aad208..94abcda7 100644 --- a/server/version.js +++ b/server/version.js @@ -1 +1 @@ -module.exports = '2.0.3'; +module.exports = '2.1.0';