add release notes for 1.0.0

This commit is contained in:
Ian Kent 2017-04-17 00:27:46 +01:00
parent 43bcb0a000
commit c7d3cbf168
No known key found for this signature in database
GPG key ID: CE5AC689AF520A48
3 changed files with 25 additions and 3 deletions

View file

@ -1,4 +1,4 @@
VERSION=0.2.1 VERSION=1.0.0
all: fmt combined all: fmt combined

View file

@ -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. 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 ### 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. Released under MIT license, see [LICENSE](LICENSE.md) for details.

View file

@ -1,6 +1,28 @@
MailHog Releases 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) ### [v0.2.1](https://github.com/mailhog/MailHog/releases/v0.2.1)
- Update .travis.yml to Go 1.6 and tip - Update .travis.yml to Go 1.6 and tip
- Fix builds broken by out of date mgo import path - Fix builds broken by out of date mgo import path