diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfd380..9d040c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,16 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com][changelog]. + +## [0.8.2][0.8.2] + +- Fix `must_not` clause when rendering Elasticsearch queries. + +## [0.8.1][0.8.1] + +- Fix how Raw String queries are rendered. + + + +[0.8.1]: https://github.com/nytimes/querqy-clj/compare/0.8.0..0.8.1 +[0.8.2]: https://github.com/nytimes/querqy-clj/compare/0.8.1..0.8.2