From 068f89c6cd1ad5293b740a40a59b61291258df89 Mon Sep 17 00:00:00 2001 From: andersonbosa Date: Sun, 12 May 2024 13:50:37 -0300 Subject: [PATCH] feat: enhance changelog to categorize changes based on semantic keys --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f5596..756942b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 2024-05-12 - release(2.5.1) + +> - [Commit 995212e](https://github.com/andersonbosa/moshell.sh/commit/995212e) + +This release introduces new features and enhancements to Moshell.sh. The version manager options have been reordered, and a new changelog generation script has been added. The script categorizes changes based on semantic keys, providing a more organized and consistent changelog. Additionally, documentation links have been updated, and a process for reporting security issues has been established. + +- feat: bump version to 2.5.1 +- fix: reorder version_manager options +- feat: added customization to changelog creation process +- docs: update docs links and add security issue reporting +- feat: add changelog generation script +- feat: enhance changelog script to categorize changes based on semantic keys + ## 2023-08-18 - release(2.3.2) > [Commit d656095](https://github.com/andersonbosa/moshell.sh/commit/d656095)