From 836c84ec59a0e7bc0eabc79988384eb567561ee2 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Wed, 19 Oct 2022 13:52:25 +0000 Subject: [PATCH] Prepare a v0.7.0 release --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 742160a..811af67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v0.7.0 [2022-10-19] + +### Added + * Add the `log-public-key` input that can be used to turn off logging key identities (#122) + +### Fixed + * Fix path to `git` binary on Windows, assuming GitHub-hosted runners (#136, #137) + * Fix a nonsensical log message (#139) ## v0.6.0 [2022-10-19] @@ -32,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed * Fixed cleanup phase to really terminate the ssh-agent (#80) - * Fix termination of ssh-agent also on workflow faiulre (#79) + * Fix termination of ssh-agent also on workflow failure (#79) ### Changed diff --git a/package.json b/package.json index 4086ca4..e78f51b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "webfactory-action-ssh-agent", "repository": "git@github.com:webfactory/ssh-agent.git", "description": "GitHub Action to set up ssh-agent with a private SSH key", - "version": "0.6.0", + "version": "0.7.0", "main": "index.js", "author": "webfactory GmbH ", "license": "MIT",