diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6f19dc5..d1b594d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: Update to Go v1.13.6 + hash: 2917a1421bad4a8f60baf2f43a69e1471d5b3a9c + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Will Boyce + signed-off-by: Will Boyce + author: Will Boyce + - subject: add Proxy Protocol support + hash: d38d9670748ea0e2b4f112ceb6f409ff3a2cbcfc + body: '' + footer: + Change-type: minor + change-type: minor + Signed-off-by: Will Boyce + signed-off-by: Will Boyce + author: Will Boyce + version: 4.1.0 + date: 2020-01-14T14:52:29.393Z - commits: - subject: do not generate host keys hash: 76a33b2fcf3652ded0ac0e826add86546e5a820c diff --git a/CHANGELOG.md b/CHANGELOG.md index 874eda2..03668c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## v4.1.0 - 2020-01-14 + +* Update to Go v1.13.6 [Will Boyce] +* Add Proxy Protocol support [Will Boyce] + ## v4.0.0 - 2020-01-06 * Do not generate host keys [Will Boyce]