update version to 0.1.8

This commit is contained in:
Ian Kent 2015-10-06 21:21:18 +01:00
parent eaf5dc27f6
commit 8f123ac71b
2 changed files with 10 additions and 1 deletions

View file

@ -1,4 +1,4 @@
VERSION=0.2.0
VERSION=0.1.8
all: deps fmt combined

View file

@ -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