From f42798271430343018b73616449cd217ed81e5fa Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 3 Apr 2020 16:56:38 +0300 Subject: [PATCH] v2.0.2 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3135ce6..f65c0c2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Added units to haproxy.cfg default timeouts + hash: de0293563f32961ff756df63d096af0fb2203d12 + body: > + I added unit 's' (second) to the default timeouts in order to make them + more readable. + footer: + Change-type: patch + change-type: patch + author: Frederic Tausch + version: 2.0.2 + date: 2020-04-03T13:47:29.358Z - commits: - subject: 'cert-provider: Update to support ACMEv2 on staging provider' hash: d67e29223ff314b40fd745ce78301e550c2c9148 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae5a89..be38b07 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/). +# v2.0.2 +## (2020-04-03) + +* Added units to haproxy.cfg default timeouts [Frederic Tausch] + # v2.0.1 ## (2020-01-17) diff --git a/VERSION b/VERSION index 10bf840..f93ea0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1 \ No newline at end of file +2.0.2 \ No newline at end of file