diff --git a/Makefile b/Makefile index 01efa038..cf7fbb0b 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 842765b1..34856220 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