-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Changelog | ||
|
||
Notable changes to Mailpit will be documented in this file. | ||
|
||
## [v0.0.6] | ||
|
||
### Chore | ||
- Automatically generate email headers if input does not contain valid email headers ([#10](https://github.com/axllent/mailpit/issues/10)) | ||
- Add changelog | ||
|
||
|
||
## [v0.0.5] | ||
|
||
### Feature | ||
- Add Message-Id and Date headers (if missing) | ||
|
||
### Fix | ||
- Prevent additional "\r\n.\r\n" after DATA is over ([#10](https://github.com/axllent/mailpit/issues/10)) | ||
|
||
### Pull Requests | ||
- Merge pull request [#9](https://github.com/axllent/mailpit/issues/9) from axllent/dependabot/github_actions/wangyoucao577/go-release-action-1.51 | ||
- Merge pull request [#8](https://github.com/axllent/mailpit/issues/8) from axllent/dependabot/github_actions/wangyoucao577/go-release-action-1.50 | ||
- Merge pull request [#7](https://github.com/axllent/mailpit/issues/7) from axllent/dependabot/github_actions/wangyoucao577/go-release-action-1.49 | ||
- Merge pull request [#6](https://github.com/axllent/mailpit/issues/6) from axllent/dependabot/github_actions/wangyoucao577/go-release-action-1.46 | ||
- Merge pull request [#4](https://github.com/axllent/mailpit/issues/4) from axllent/dependabot/github_actions/github/codeql-action-3 | ||
- Merge pull request [#5](https://github.com/axllent/mailpit/issues/5) from axllent/dependabot/github_actions/wangyoucao577/go-release-action-1.41 | ||
- Merge pull request [#3](https://github.com/axllent/mailpit/issues/3) from axllent/dependabot/github_actions/actions/stale-9.0.0 | ||
|
||
|
||
### Pull Requests | ||
- Merge pull request [#2](https://github.com/axllent/mailpit/issues/2) from axllent/dependabot/github_actions/actions/checkout-4 | ||
- Merge pull request [#1](https://github.com/axllent/mailpit/issues/1) from axllent/dependabot/github_actions/wangyoucao577/go-release-action-1.40 | ||
|
||
|
||
## [v0.0.3] | ||
|
||
### Feature | ||
- Add optional logging | ||
|
||
|
||
|
||
|