From 372e210b80c20e547495e585025bb20a3815a9c4 Mon Sep 17 00:00:00 2001 From: Jeremiah Via Date: Tue, 15 Oct 2024 09:55:15 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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