From 36decc54d69420e9593dc7e8d89f5a35d94cb90c Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 25 Jul 2019 16:01:36 +0300 Subject: [PATCH] v3.0.0 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e112711..2ee0cc0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: allow specifying a whitelist of env vars to pass from client + hash: a987f393909888154daaf07fb8a90468454990e7 + body: '' + footer: + Change-type: major + change-type: major + Signed-off-by: Will Boyce + signed-off-by: Will Boyce + author: Will Boyce + version: 3.0.0 + date: 2019-07-25T12:44:17.191Z - commits: - subject: default to PEM format when calling ssh-keygen hash: c24dd88a1cd403fcdcdccff7058ed3e109d7e60f diff --git a/CHANGELOG.md b/CHANGELOG.md index 8894ff5..6cc0326 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/). +## v3.0.0 - 2019-07-25 + +* Allow specifying a whitelist of env vars to pass from client [Will Boyce] + ## v2.1.10 - 2019-07-16 * Default to PEM format when calling ssh-keygen [Will Boyce]