diff --git a/README.md b/README.md index 5d9fdd141..f6afe0257 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,10 @@ This will run a demo version, which you can turn into a fully licenced version b ## Versions History -### Version 4.12.0 (not released) +### Version 4.11.2 (hotfix) -- Encrypt chat +- Encrypt chat messages on encrypted sessions +- Ensure long chat messages are displayed across multiple lines ### Version 4.11.1 (hotfix) diff --git a/backend/package.json b/backend/package.json index 3b292091d..768845c17 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@retrospected/backend", - "version": "4.11.1", + "version": "4.11.2", "license": "GNU GPLv3", "private": true, "scripts": { diff --git a/docs/package.json b/docs/package.json index 0721f5233..788fbd0fe 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "4.11.1", + "version": "4.11.2", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/frontend/package.json b/frontend/package.json index 049efd169..738be8afc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@retrospected/frontend", - "version": "4.11.1", + "version": "4.11.2", "license": "GNU GPLv3", "private": true, "dependencies": { diff --git a/package.json b/package.json index 7919958e7..6c75165e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "retrospected", - "version": "4.11.1", + "version": "4.11.2", "description": "An agile retrospective board - Powering www.retrospected.com", "private": true, "scripts": { diff --git a/scripts/bump.sh b/scripts/bump.sh index d9805bceb..603e231b5 100644 --- a/scripts/bump.sh +++ b/scripts/bump.sh @@ -1,7 +1,7 @@ VERSION_TYPE="${1:-patch}" ORIG_DIR=$(pwd) -declare -a arr=("frontend" "backend" "common" "docs") +declare -a arr=("frontend" "backend" "docs") npm config set git-tag-version false npm config set commit-hooks false