diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d7127..bbb2e51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.2.3 / 2020-06-15 + +- Map docker-compose label lists to object notation when supplied (thanks to Harjot1Singh) + # 6.2.2 / 2020-06-11 - Correctly include non-secure endpoint into traefik config when using letsencrypt diff --git a/package.json b/package.json index c8ee7de..94f5097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "exoframe-server", - "version": "6.2.3-dev.2", + "version": "6.2.3", "description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker", "main": "bin/server-core.js", "bin": "bin/exoframe-server.js",