diff --git a/README.md b/README.md index 226b0a5..09d3e57 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,7 @@ You can configure Go-MailHog using command line options or environment variables Clone this repository to ```$GOPATH/src/github.com/ian-kent/Go-MailHog``` and type ```make deps```. -Run tests using ```make test```. You'll need a copy of MailHog running for tests to pass. -(Tests currently fail using in-memory storage, use MongoDB!) +Run tests using ```make test``` or ```goconvey```. If you make any changes, run ```go fmt ./...``` before submitting a pull request. diff --git a/RELEASES.md b/RELEASES.md index 0356bcc..4ac2650 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,14 @@ Go-MailHog Releases =================== +### [v0.07](https://github.com/ian-kent/Go-MailHog/releases/tag/0.07) + +- Fix #6 - Make SMTP verbs case-insensitive + +### [v0.06](https://github.com/ian-kent/Go-MailHog/releases/tag/0.06) + +- Fix #5 - Support leading tab in multiline headers + ### [v0.05](https://github.com/ian-kent/Go-MailHog/releases/tag/0.05) - Add #4 - UI support for RFC2047 encoded headers