From 3fc8d0a156681030ea4cea80dfa6fc1ef0d874e4 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Fri, 5 Apr 2024 09:15:33 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57cb6e6..93b395a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `ssh` will be documented in this file +## 1.10.1 - 2024-04-05 + +### What's Changed + +* Allow SSH connection without user by @pyrech in https://github.com/spatie/ssh/pull/98 + +### New Contributors + +* @pyrech made their first contribution in https://github.com/spatie/ssh/pull/98 + +**Full Changelog**: https://github.com/spatie/ssh/compare/1.10.0...1.10.1 + ## 1.10.0 - 2024-02-21 ### What's Changed