diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index de3bb13..9e78e9d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: do not pass EOF errors to handler + hash: c8b3030a9b24c07410390e16ee0a5be7ea2d4d4d + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Will Boyce + signed-off-by: Will Boyce + author: Will Boyce + version: 2.1.8 + date: 2019-05-02T12:58:54.743Z - commits: - subject: update to Go v1.12.4 hash: 81ca621e164d6df9504027bc6aa5b2fe189b271f diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ea4ee..df825a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## v2.1.8 - 2019-05-02 + +* Do not pass EOF errors to handler [Will Boyce] + ## v2.1.7 - 2019-04-24 * Update to Go v1.12.4 [Will Boyce]