diff --git a/Makefile b/Makefile index a1564ec..8b2aeed 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.2.1 +VERSION=1.0.0 all: fmt combined diff --git a/README.md b/README.md index 1edfee7..fe6ef00 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -MailHog [ ![Download](https://img.shields.io/github/release/mailhog/MailHog.svg) ](https://github.com/mailhog/MailHog/releases/tag/v0.2.1) [![GoDoc](https://godoc.org/github.com/mailhog/MailHog?status.svg)](https://godoc.org/github.com/mailhog/MailHog) [![Build Status](https://travis-ci.org/mailhog/MailHog.svg?branch=master)](https://travis-ci.org/mailhog/MailHog) +MailHog [ ![Download](https://img.shields.io/github/release/mailhog/MailHog.svg) ](https://github.com/mailhog/MailHog/releases/tag/v1.0.0) [![GoDoc](https://godoc.org/github.com/mailhog/MailHog?status.svg)](https://godoc.org/github.com/mailhog/MailHog) [![Build Status](https://travis-ci.org/mailhog/MailHog.svg?branch=master)](https://travis-ci.org/mailhog/MailHog) ========= Inspired by [MailCatcher](http://mailcatcher.me/), easier to install. @@ -93,6 +93,6 @@ If you make any changes, run ```go fmt ./...``` before submitting a pull request ### Licence -Copyright ©‎ 2014 - 2016, Ian Kent (http://iankent.uk) +Copyright ©‎ 2014 - 2017, Ian Kent (http://iankent.uk) Released under MIT license, see [LICENSE](LICENSE.md) for details. diff --git a/docs/RELEASES.md b/docs/RELEASES.md index d39172c..a2c9cd3 100644 --- a/docs/RELEASES.md +++ b/docs/RELEASES.md @@ -1,6 +1,28 @@ MailHog Releases ================ +### [v1.0.0](https://github.com/mailhog/MailHog/releases/v1.0.0) + +There's still outstanding PRs and issues which haven't been addressed in this release. + +This is to get the updated release out with the latest code, since 0.2.1 is getting very stale! + +- Bump release to 1.0.0 +- updated mgo dependency +- temporarily remove vendor directory, because of some build issues +- Fix #117 - add info about proxies +- Fix #146 - keep tags on docker hub +- Fix #148 and mailhog/storage#7 - leading \r\n in maildir storage +- #113 - better support RFC support for headers +- #118 - optimise Dockerfile for automated builds, thanks @blueimp +- #122 - add -version flag, thanks @swordbeta +- #123 - add .gitignore, thanks @swordbeta +- #136 - update MailHog-UI assets, thanks @sdurrheimer +- #145 - fix a link in DEPLOY.md, thanks @nnmer +- mailhog/MailHog-UI#22 and #104 - support TLS websockets in HTTPS mode, thanks @blueimp +- mailhog/MailHog-UI#23 and mailhog/MailHog-UI#24 - support multiple instances of CID +- more things I've forgotten/can't find! + ### [v0.2.1](https://github.com/mailhog/MailHog/releases/v0.2.1) - Update .travis.yml to Go 1.6 and tip - Fix builds broken by out of date mgo import path