From b2149b76687bb540676f4e1519535a1a4a329903 Mon Sep 17 00:00:00 2001 From: shimataro Date: Mon, 30 Dec 2019 08:54:48 +0900 Subject: [PATCH] * update CHANGELOG for new release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b527f..54d38cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.5.0] + ### Changed * Append contents of `config` and `known_hosts` when called multiple times. @@ -45,7 +47,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * First release. -[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/shimataro/ssh-key-action/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/shimataro/ssh-key-action/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/shimataro/ssh-key-action/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/shimataro/ssh-key-action/compare/v1.1.0...v1.2.0