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 c8a6fde commit dcc3b59Copy full SHA for dcc3b59
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+# 3.2.0 / 2018-12-10
2
+
3
+Additions:
4
5
+- Added support for basic http auth
6
7
+Changes:
8
9
+- Moved server docs to main repo
10
11
+Fixes:
12
13
+- Fixed rateLimit field wrong format in config docs
14
15
# 3.1.1 / 2018-09-19
16
17
- Update npm deploy token for travis
package.json
@@ -1,6 +1,6 @@
{
"name": "exoframe",
- "version": "3.2.0-dev",
+ "version": "3.2.0",
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
"main": "index.js",
"repository": "git@github.com:exoframejs/exoframe.git",
0 commit comments