diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0eff992547c16600537456c3fff71a0441ace1..9d487bf390020fa8ae2f07bfc981597ece1a6be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. +## [0.5.0] - 2023-12-27 + +### Documentation + +- Update README + +### Features + +- Initial support for handling multiple queries +- Add support for more functions (transform) + +### Refactor + +- Separate fn name and args formatting in QryFunc + +### Miscellaneous Tasks + +- Generate changelog for v0.5.0 +- Bump version to 0.5.0 + ## [0.4.0] - 2023-12-26 ### Documentation