From ac7004cbece10bdd2f6cab26d6b8b804d3a06bd4 Mon Sep 17 00:00:00 2001
From: Maaz Ahmed <maaz.a@subcom.tech>
Date: Tue, 19 Dec 2023 12:17:12 +0530
Subject: [PATCH] chore(release): generate changelog for v0.3.0

---
 CHANGELOG.md | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 063274d..df88cf1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,34 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.3.0] - 2023-12-19
+
+### Bug Fixes
+
+- Make Duration struct's fields public
+
+### Documentation
+
+- Update and add missing docs
+- Update README
+
+### Features
+
+- Type conversion utilities with parallel processing
+
+### Miscellaneous Tasks
+
+- Use latest rust images
+- Add tags
+- Include clippy component for linting
+- Bump version to 0.3.0
+- Generate changelog for v0.3.0
+
+### Refactor
+
+- Replace external error type with an internal one in pub API
+- Replace external PromqlResult type with internal Data type
+
 ## [0.2.0] - 2023-12-14
 
 ### Features
-- 
GitLab