From bf34b2032a26a76217bbed7709e8da1162a6fa3d Mon Sep 17 00:00:00 2001
From: Maaz Ahmed <maaz.a@subcom.tech>
Date: Tue, 2 Jan 2024 15:48:28 +0530
Subject: [PATCH] chore(release): generate changelog for v0.7.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3478007..edb0188 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,30 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.7.0] - 2024-01-02
+
+### Bug Fixes
+
+- RawExpr methods should be public
+- Query helper func should use the new into_result method
+
+### Features
+
+- QueryExt trait for extended builder API functionality
+
+### Miscellaneous Tasks
+
+- Bump version to 0.7.0
+- Generate changelog for v0.7.0
+
+### QoL Enhancements
+
+- Impl Operable on references of Operable types as well
+
+### Testing
+
+- Improve tests
+
 ## [0.6.0] - 2023-12-29
 
 ### Features
-- 
GitLab