Skip to content

Commit

Permalink
add release notes for 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-kent committed Sep 4, 2016
1 parent 1e17d0d commit 9a9b06d
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.2.0
VERSION=0.2.1

all: deps fmt combined

Expand Down
15 changes: 15 additions & 0 deletions docs/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
MailHog Releases
================

### [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
- #82 - fix configuration documentation, thanks @riking
- #83 - add search query parameter to Swagger JSON, thanks @kkrauth
- #86 - vendor all dependencies
- #89 - add missing iso88591_map.js and sjis_map.js
- #90 - update broken link in documentation, thanks @espen
- #91 - add assets/js/filesize-3.1.2.min.js
- #93 - starting MailHog as a service using brew, thanks @espen
- #95 - fix UTF-8 encoding bug in attachment names
- #97 - fix header case sensitivity bug
- #102 - merge multiple PRs adding WebSocket support, thanks @GREsau
- mailhog/smtp#2 - use file modification time for Created field, thanks @esiqveland

### [v0.2.0](https://github.com/mailhog/MailHog/releases/v0.2.0)
- mailhog/storage#1 - fix MongoDB storage bug, and implement search, thanks @HokieTT
- #13 - implement file based storage backend (currently without search)
Expand Down
10 changes: 5 additions & 5 deletions vendor/github.com/mailhog/storage/mongodb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/gopkg.in/mgo.v2/bson/bson.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/gopkg.in/mgo.v2/internal/json/decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/gopkg.in/mgo.v2/internal/scram/scram.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a9b06d

Please sign in to comment.