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