From 47fbe6a47024ddabff03b2bf7f7cbd451852d013 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Mon, 2 Aug 2021 15:30:50 +0000 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c74766f..0f56c1b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ This file contains all the latest changes and updates to Postal. +## 2.0.0 + +### Features + +- **ui:** add footer with links to docs and discussions ([1247da](https://github.com/postalserver/postal/commit/1247dae2e060a695a13a30ba072ca5e6dea45202)) + +### Bug Fixes + +- **dkim:** ensure DKIM-Signature headers are appropriately wrapped ([476129](https://github.com/postalserver/postal/commit/476129cc1ba44e9014768d5ba7193587f78cb5d5)) +- **docs:** update port numbers to specify the actual port number the SMTP server is listening on ([4404b3](https://github.com/postalserver/postal/commit/4404b3e02c1722808157c3f590310ead9e28641d)) +- **logging:** fix spelling of graylog ([2a11e0](https://github.com/postalserver/postal/commit/2a11e0c0a5b7c7f630af28cf4af5511d9bce6dda)) + ## 2.0.0-beta.1 ### Features