From 3631d6aa3e0dc31a69458eb8e67ad7af074faef2 Mon Sep 17 00:00:00 2001 From: Marco Dalla Santa Date: Thu, 9 Sep 2021 01:10:30 +0200 Subject: [PATCH] doc(changelog): update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca794dd..93debde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # [Unreleased] +## [v1.0.5] - 2021-09-08 +- [Issue #12](https://github.com/marcodallasanta/ssh-scp-deploy/issues/12) - Action never failed also when file/dir was not uploaded. + ## [v1.0.4] - 2021-02-10 ### Fixed -- Issue #9 - Wrong if on password. +- [Issue #9](https://github.com/marcodallasanta/ssh-scp-deploy/issues/9) - Wrong if on password. ## [v1.0.3] - 2021-02-08 @@ -27,6 +30,7 @@ [unreleased]: https://github.com/marcodallasanta/ssh-scp-deploy/compare/main...development +[v1.0.5]: https://github.com/underscore69/ssh-scp-deploy/tree/v1.0.5 [v1.0.4]: https://github.com/underscore69/ssh-scp-deploy/tree/v1.0.4 [v1.0.3]: https://github.com/underscore69/ssh-scp-deploy/tree/v1.0.3 [v1.0.2]: https://github.com/underscore69/ssh-scp-deploy/tree/v1.0.2