From 830cceb62cb677ba36c686bf11389618fce8aea1 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala <joohoi@users.noreply.github.com> Date: Thu, 1 Feb 2018 16:10:24 +0200 Subject: [PATCH] Release v0.3.2 (#40) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef6aa36..54f0090 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,8 @@ header_name = "X-Forwarded-For" ``` ## Changelog +- v0.3.2 Dockerfile was fixed for users using autocert feature +- v0.3.1 Added goreleaser for distributing binary builds of the releases - v0.3 Changed autocert to use HTTP-01 challenges, as TLS-SNI is disabled by Let's Encrypt - v0.2 Now powered by httprouter, support wildcard certificates, Docker images - v0.1 Initial release -- GitLab