From 6f1d395df37359c448e104d9fd1153230daf5f00 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Tue, 20 Jun 2023 01:06:38 +0100 Subject: [PATCH] [release] v0.7.10 --- changelog.md | 3 ++- client/src/pages/servapps/actionBar.jsx | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 191bc5c..49352b5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Version 0.7.1 -> 0.7.9 +## Version 0.7.1 -> 0.7.10 - Fix issue where multiple DBs get created at the setup - Add more special characters to be used for password validation - Add configurable default data path for binds @@ -7,6 +7,7 @@ - Fix regression with DNS wildcards certificates - Fix issue with the installer when changing both the labels and the volumes - Fix regression where DNS keys don't appear in the config page after being changed + - Fix typo on "updating ServApp" message ## Version 0.7.0 - Add Cosmos App Market! diff --git a/client/src/pages/servapps/actionBar.jsx b/client/src/pages/servapps/actionBar.jsx index 2d1f320..2962f27 100644 --- a/client/src/pages/servapps/actionBar.jsx +++ b/client/src/pages/servapps/actionBar.jsx @@ -117,7 +117,7 @@ const GetActions = ({ return <> { refreshServApps(); }} diff --git a/package.json b/package.json index 3f07ba2..bfda71c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.7.9", + "version": "0.7.10", "description": "", "main": "test-server.js", "bugs": {