From 8f123ac71b83ce700bbd63abc36d8ded8cc9d226 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Tue, 6 Oct 2015 21:21:18 +0100 Subject: [PATCH] update version to 0.1.8 --- Makefile | 2 +- docs/RELEASES.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01efa03..cf7fbb0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.2.0 +VERSION=0.1.8 all: deps fmt combined diff --git a/docs/RELEASES.md b/docs/RELEASES.md index 842765b..3485622 100644 --- a/docs/RELEASES.md +++ b/docs/RELEASES.md @@ -1,6 +1,15 @@ MailHog Releases ================ +### [v0.1.8](https://github.com/mailhog/MailHog/releases/v0.1.8) +- Add `MailHog sendmail` shortcut to `mhsendmail` +- Add #40 - HTTP basic authentication +- Add #63 - message size in UI +- Fix mailhog/MailHog-UI#10 - fix delete for in-memory storage +- Merge mailhog/MailHog-UI#8 - fix styles for .content positioning, thanks @thejameskyle +- Merge mailhog/MailHog-UI#9 - fix content types, thanks @danielwhite +- Merge mailhog/data#4 - factor out use of log package, thanks @ishbir + ### [v0.1.7](https://github.com/mailhog/MailHog/releases/v0.1.7) - Add [mhsendmail](https://github.com/mailhog/mhsendmail) sendmail replacement - Fix #42 - panic when setting UI bind address