From 277f0942be38b7542912057bbeda02b07caf602a Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 19 Jan 2020 12:29:53 +0900 Subject: [PATCH] * update changelog (#81) --- CHANGELOG.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb33c62..562db40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,31 +7,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +* Some bugfixes + ## [1.6.0] - 2020-01-18 ### Changed * `public-key` is no longer necessarily -## [1.5.0] +## [1.5.0] - 2019/12/30 ### Changed * Append contents of `config` and `known_hosts` when called multiple times. -## [1.4.0] +## [1.4.0] - 2019/12/22 ### Added * `config` option -## [1.3.0] +## [1.3.0] - 2019/09/29 ### Added * `known-hosts` option -## [1.2.0] +## [1.2.0] - 2019/09/22 ### Fixed @@ -42,14 +46,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Install only `dependencies` packages. -## [1.1.0] +## [1.1.0] - 2019/09/19 ### Others * Support Visual Studio Code officially. * Use GitHub Actions for build test. -## [1.0.0] +## [1.0.0] - 2019/09/18 * First release.