diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34780078d24d41c952aecbf18418e49477b9d21d..edb0188138bead3f2a017ca4aac07887361d2078 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
diff --git a/Cargo.toml b/Cargo.toml
index 6dc49db85c3d22580ac5c876009fa23e899258cb..6bfa85bc9b470b5352d8695d15a1c9f5395ad763 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "mquery"
-version = "0.6.0"
+version = "0.7.0"
 edition = "2021"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html