From fd078fc5de5e796b799539c68052b033cbb1e398 Mon Sep 17 00:00:00 2001 From: ChrisjStone Date: Sat, 1 Jul 2023 10:51:47 -0600 Subject: [PATCH] docs: update changelog in preperation for release --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbec435..ffc0dda0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog -#### 2.1.0-SNAPSHOT +#### 2.1.0 +* feat: add create command to release allowing for a single step release prodution +* feat: add missing hook script filter-flow-release-finish-version * fix: multi-line tag message when using -m - +* docs: update readme with better description as to why this fork was created. Thank You [shaedrick](https://github.com/shaedrich) **NOTE:** The format for a multi-line tag message is now "$(printf 'line of text with \n escape codes placed as needed for proper formating of the message')"