From 47110d71102bbf5116fffe0fb12dfcc0cdaed96a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 17:49:48 +0000 Subject: [PATCH] chore(master): release 0.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc41411..81936d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.0](https://github.com/DropMorePackets/haproxy-go/compare/v0.0.8...v0.1.0) (2026-03-04) + + +### Features + +* add KV unmarshal feature with struct tag support ([2b5523a](https://github.com/DropMorePackets/haproxy-go/commit/2b5523a8b13327c33da01a956ba72525fcc7e519)) + ## [0.0.8](https://github.com/DropMorePackets/haproxy-go/compare/v0.0.7...v0.0.8) (2026-01-31)