diff --git a/docs/relnotes.md b/docs/relnotes.md index c60585a..eafafe0 100644 --- a/docs/relnotes.md +++ b/docs/relnotes.md @@ -4,6 +4,15 @@ This file contains notes for each release, summarizing changes and explicitly noting backward-incompatible changes or known security issues. +## 1.14.0 (2024-04-20) + +- Add built-in [DKIM](dkim.md) signing and verification. +- Rename `master` branch to `main`. Docker users should update the name of the + branch they pull images from. +- Starting with this release, version numbers will be + [SemVer](https://semver.org/)-compatible, to help integration with other + software that expects it (e.g. [pkg.go.dev](https://pkg.go.dev/)). + ## 1.13 (2023-12-24)