From 437676cef1d1adb9c068ad51c5432c7772a7af81 Mon Sep 17 00:00:00 2001 From: Gregory Conrad Date: Mon, 6 Nov 2023 15:39:04 -0500 Subject: [PATCH] chore(version): 0.2.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24026fe..ed19c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.2.1 - 2023-11-06 +#### Bug Fixes +- fix versioning issues - (e9e7041) - Gregory Conrad + +- - - + ## 0.2.0 - 2023-11-06 #### Documentation - add examples and reword README - (0b8029f) - Gregory Conrad