Skip to content

Commit

Permalink
update version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-kent committed Oct 6, 2015
1 parent eaf5dc2 commit 8f123ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.2.0
VERSION=0.1.8

all: deps fmt combined

Expand Down
9 changes: 9 additions & 0 deletions docs/RELEASES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8f123ac

Please sign in to comment.