diff --git a/CHANGELOG.md b/CHANGELOG.md index 5312bb7..27be4b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ Notable changes to Mailpit will be documented in this file. +## 0.1.2 + +### Feature +- Optional browser notifications (HTTPS only) + +### Security +- Don't allow tar files containing a ".." +- Sanitize mailbox names +- Use strconv.Atoi() for safe string to int conversions + + ## 0.1.1 ### Bugfix