diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d487bf390020fa8ae2f07bfc981597ece1a6be0..34780078d24d41c952aecbf18418e49477b9d21d 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