From 9327b6b21d6df2de8e16eb2616432b74efb7e116 Mon Sep 17 00:00:00 2001 From: Anton Antonov Date: Mon, 9 Mar 2020 12:12:48 +0200 Subject: [PATCH] Prepare v0.2.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13bfc89..9de678e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,16 @@ Change line format: ## Unreleased (master) +## v0.2.0 + +### Fixed + +* Fixed context cancellation, noticeably for health checking ; Ref: https://github.com/sumup-oss/gocat/pull/3 + +### Changed + +* Improved overall performance of `gocat` by building it with Golang 1.14.0. (https://golang.org/doc/go1.14#runtime) ; Ref: https://github.com/sumup-oss/gocat/pull/3 + ## v0.1.0 ### Added