diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d8a6ac..f6a16a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## 3.0.9 (2024-03-06) + + +### Bug Fixes + +* session age now set to 4 hours to prevent sending the default email address to worker ([b06ca32](https://github.com/LABIOQUIM/visualdynamics/commit/b06ca3246fe9ee77129056149a2a37fef1c7a927)) + ## 3.0.8 (2024-03-01) diff --git a/client/package.json b/client/package.json index 3866c9b..4270574 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.0.8", + "version": "3.0.9", "private": true, "scripts": { "build": "next build", diff --git a/package.json b/package.json index eddcce6..2a528c6 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,5 @@ "@release-it/conventional-changelog": "^8.0.1", "release-it": "^17.0.0" }, - "version": "3.0.8" + "version": "3.0.9" }