diff --git a/changelog.md b/changelog.md index 7ff529a..1fbbcdc 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,13 @@ - Fix bug where you can't complete the setup if you don't have a database - When re-creating a container to edit it, restore the previous container if the edit is not succesful - Stop / Start / Restart / Remove / Kill containers + - List / Delete / Create Volumes - done + - List / Delete / Create Networks - done + - Container Logs Viewer - done + - Edit Container Details and Docker Settings - done + - Set Labels / Env variable to containers - done + - (De)Attach networks to containers - done + - (De)Attach volumes to containers - done ## Version 0.3.0 - Implement 2 FA diff --git a/package.json b/package.json index 2e582db..1119f9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.4.0-unstable12", + "version": "0.4.0", "description": "", "main": "test-server.js", "bugs": {