Skip to content

Commit 836c84e

Browse files
committed
Prepare a v0.7.0 release
1 parent 8a9e20a commit 836c84e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## v0.7.0 [2022-10-19]
11+
12+
### Added
13+
1014
* Add the `log-public-key` input that can be used to turn off logging key identities (#122)
15+
16+
### Fixed
17+
1118
* Fix path to `git` binary on Windows, assuming GitHub-hosted runners (#136, #137)
19+
* Fix a nonsensical log message (#139)
1220

1321
## v0.6.0 [2022-10-19]
1422

@@ -32,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3240
### Fixed
3341

3442
* Fixed cleanup phase to really terminate the ssh-agent (#80)
35-
* Fix termination of ssh-agent also on workflow faiulre (#79)
43+
* Fix termination of ssh-agent also on workflow failure (#79)
3644

3745
### Changed
3846

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webfactory-action-ssh-agent",
33
"repository": "[email protected]:webfactory/ssh-agent.git",
44
"description": "GitHub Action to set up ssh-agent with a private SSH key",
5-
"version": "0.6.0",
5+
"version": "0.7.0",
66
"main": "index.js",
77
"author": "webfactory GmbH <[email protected]>",
88
"license": "MIT",

0 commit comments

Comments
 (0)