mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 22:34:04 +00:00
update version to 0.1.8
This commit is contained in:
parent
eaf5dc27f6
commit
8f123ac71b
2 changed files with 10 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION=0.2.0
|
||||
VERSION=0.1.8
|
||||
|
||||
all: deps fmt combined
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue