We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cc58c commit 4a9bcd4Copy full SHA for 4a9bcd4
CHANGELOG.md
@@ -1,4 +1,15 @@
1
2
+0.14.0 / 2017-08-02
3
+==================
4
+
5
+Additions:
6
+ * Allow specifying project name using config command
7
+ * Allow getting logs for whole projects, not just single deployments
8
+ * Describe deployment and project concepts in docs
9
10
+Fixes:
11
+ * Do not prepend http:// to listed domains
12
13
0.13.0 / 2017-07-31
14
==================
15
package.json
@@ -1,6 +1,6 @@
{
"name": "exoframe",
- "version": "0.13.0",
+ "version": "0.14.0",
"description": "Exoframe - power armor for docker containers",
"main": "index.js",
"repository": "[email protected]:exoframejs/exoframe.git",
0 commit comments