From de5e1c13a3f641b1504453aafb6e3e820df41462 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Sun, 13 Mar 2016 19:25:08 +0000 Subject: [PATCH] add release notes --- Makefile | 14 +++++++------- docs/RELEASES.md | 7 +++++++ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index a32f112..58fe8d8 100644 --- a/Makefile +++ b/Makefile @@ -42,13 +42,13 @@ pull: cd ../storage; git pull tag: - git tag -a -m 'v${VERSION}' ${VERSION} && git push origin ${VERSION} - cd ../data; git tag -a -m 'v${VERSION}' ${VERSION} && git push origin ${VERSION} - cd ../http; git tag -a -m 'v${VERSION}' ${VERSION} && git push origin ${VERSION} - cd ../MailHog-Server; git tag -a -m 'v${VERSION}' ${VERSION} && git push origin ${VERSION} - cd ../MailHog-UI; git tag -a -m 'v${VERSION}' ${VERSION} && git push origin ${VERSION} - cd ../smtp; git tag -a -m 'v${VERSION}' ${VERSION} && git push origin ${VERSION} - cd ../storage; git tag -a -m 'v${VERSION}' ${VERSION} && git push origin ${VERSION} + git tag -a -m 'v${VERSION}' v${VERSION} && git push origin v${VERSION} + cd ../data; git tag -a -m 'v${VERSION}' v${VERSION} && git push origin v${VERSION} + cd ../http; git tag -a -m 'v${VERSION}' v${VERSION} && git push origin v${VERSION} + cd ../MailHog-Server; git tag -a -m 'v${VERSION}' v${VERSION} && git push origin v${VERSION} + cd ../MailHog-UI; git tag -a -m 'v${VERSION}' v${VERSION} && git push origin v${VERSION} + cd ../smtp; git tag -a -m 'v${VERSION}' v${VERSION} && git push origin v${VERSION} + cd ../storage; git tag -a -m 'v${VERSION}' v${VERSION} && git push origin v${VERSION} rocker: rocker-deps rocker build diff --git a/docs/RELEASES.md b/docs/RELEASES.md index 3485622..63029c4 100644 --- a/docs/RELEASES.md +++ b/docs/RELEASES.md @@ -1,6 +1,13 @@ MailHog Releases ================ +### [v0.1.9](https://github.com/mailhog/MailHog/releases/v0.1.9) +- #76 - optimise docker image size, thanks @missedone +- #77 - fix ci by removing go-uuid, thanks @missedone +- #80, mailhog/MailHog-UI#15, mailhog/MailHog-Server#2 - add webpath, thanks @oers +- mailhog/MailHog-UI#13 - create hyperlinks for URLs in plain text, thanks @GREsau +- mailhog/MailHog-UI#14 - add no-referrer referrer policy, thanks @djmattyg007 + ### [v0.1.8](https://github.com/mailhog/MailHog/releases/v0.1.8) - Add `MailHog sendmail` shortcut to `mhsendmail` - Add #40 - HTTP basic authentication