diff --git a/History.md b/History.md index 9d747c7..f6b1cdb 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +2.10.0 20/11/2023 +================ + * Generalise the proxy to allow multiple services to be proxied. All require authentication/authorisation, jupyter service performs additional metrics on the api server. Path rewrites possible. + 2.9.0 16/10/2023 ================ diff --git a/package-lock.json b/package-lock.json index da0df0b..e90f537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "visa-jupyter-proxy", - "version": "2.9.0", + "version": "2.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "visa-jupyter-proxy", - "version": "2.9.0", + "version": "2.10.0", "dependencies": { "axios": "^1.3.6", "bottleneck": "^2.19.5", diff --git a/package.json b/package.json index 8150ff3..d54e218 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visa-jupyter-proxy", - "version": "2.9.0", + "version": "2.10.0", "description": "VISA Jupyter Proxy", "main": "index.js", "scripts": {