diff --git a/History.md b/History.md index d4dce65..7607c60 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ +4.1.6 / 2022-06-30 +================== + +## What's Changed +* Allow to remove section by function by @colas31 in https://github.com/cyjake/ssh-config/pull/57 + +## New Contributors +* @colas31 made their first contribution in https://github.com/cyjake/ssh-config/pull/57 + +**Full Changelog**: https://github.com/cyjake/ssh-config/compare/v4.1.5...v4.1.6 + 4.1.5 / 2022-06-05 ================== diff --git a/package.json b/package.json index f0c4e3e..64c7168 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ssh-config", "description": "SSH config parser and stringifier", - "version": "4.1.5", + "version": "4.1.6", "author": "Chen Yangjian (https://www.cyj.me)", "repository": { "type": "git",