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

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d487bf..3478007 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,32 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.6.0] - 2023-12-29
+
+### Features
+
+- Query_raw method that returns a raw response
+
+### Miscellaneous Tasks
+
+- Bump ver to 0.6.0
+- Fix git cliff config for qol group
+- Generate changelog for v0.6.0
+
+### QoL Enhancements
+
+- Raw expression type to allow strings in the builder API 
+
+## [0.5.1] - 2023-12-28
+
+### Bug Fixes
+
+- Remove static bounds on query fn params
+
+### Miscellaneous Tasks
+
+- Bump version to 0.5.1
+
 ## [0.5.0] - 2023-12-27
 
 ### Documentation
-- 
GitLab