From df5bc2e584252d9217471690517aae9cf1f65718 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 16 Jul 2019 17:40:51 +0300 Subject: [PATCH] v2.1.10 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ 2 files changed, 18 insertions(+) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0c113cf..e112711 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: default to PEM format when calling ssh-keygen + hash: c24dd88a1cd403fcdcdccff7058ed3e109d7e60f + body: '' + footer: + Connects-to: '#56' + connects-to: '#56' + Change-type: patch + change-type: patch + Signed-off-by: Will Boyce + signed-off-by: Will Boyce + author: Will Boyce + version: 2.1.10 + date: 2019-07-16T14:16:33.148Z - commits: - subject: update to Go v1.12.7 hash: f187e72ea4b53f0ba16bed7af10fe88f6cd41126 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5070f48..8894ff5 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.10 - 2019-07-16 + +* Default to PEM format when calling ssh-keygen [Will Boyce] + ## v2.1.9 - 2019-07-11 * Update to Go v1.12.7 [Will Boyce]