From d34363b8c081017f18a4506d1c241cf543f3ae85 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Sat, 7 Mar 2026 19:03:43 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG=20for=20v0.2.?= =?UTF-8?q?0=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2855efa..79ef17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.2.0] - 2026-03-07 + +- Add ID field to Entry struct with auto-generation on marshal/unmarshal +- Upgrade mapstructure to maintained fork + ## [0.1.1] - 2026-03-01 - Add Time method to Date struct for accessing internal timestamp