git » chasquid » commit 4fbd6fc

docs: v1.14.0 release notes

author Alberto Bertogli
2024-04-21 10:14:47 UTC
committer Alberto Bertogli
2024-04-21 10:24:30 UTC
parent 002c2ff59cccd9908274584469ab45db5768a5bb

docs: v1.14.0 release notes

docs/relnotes.md +10 -0

diff --git a/docs/relnotes.md b/docs/relnotes.md
index c60585a..6e84b4d 100644
--- a/docs/relnotes.md
+++ b/docs/relnotes.md
@@ -4,6 +4,16 @@
 This file contains notes for each release, summarizing changes and explicitly
 noting backward-incompatible changes or known security issues.
 
+## 1.14.0 (2024-04-21)
+
+- Add built-in [DKIM](dkim.md) signing and verification.
+- Rename `master` branch to `main`. Docker users pulling from the `master`
+  docker label should update the label accordingly. No action is needed if
+  using `latest`.
+- 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)