diff --git a/.changes/v0.3.1.md b/.changes/v0.3.1.md new file mode 100644 index 0000000..7c5a1c5 --- /dev/null +++ b/.changes/v0.3.1.md @@ -0,0 +1,3 @@ +## v0.3.1 - 2023-07-20 +### Changed +* If an SSH session failed to be created, the command would fail. This would be caused when restarting the SSH host. The SSH connection is attempted to be created again. If successful, the command is executed normally.