From e25c1001a52701cdf496c3245cd2d0ba484f484b Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Fri, 14 Mar 2025 15:14:23 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d7c98..c597e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ # Changelog +### [0.2.1] - 2025-03-14 + +#### Features + +- Add Hash Generator + +#### Dev Tooling + +- Added a task to serve docs +- Added tasts to check code complexity + +#### Miscellaneous + +- Fixed some `go vet` complaints + ### [0.2.0] - 2025-03-14 +#### Features + - Add `IncrementalFormat`* Generators - Add `Slug`* Generators - Add `WithOriginalSlug`* Options