From 5cc021a312166abf3d6329626d9f53883a21d8b0 Mon Sep 17 00:00:00 2001 From: auto Date: Fri, 20 Sep 2024 00:24:56 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7956585e..af669cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v0.3.1 (Fri Sep 20 2024) + +#### 🐛 Bug Fix + +- BF: Fix sample aggregation [#180](https://github.com/con/duct/pull/180) ([@asmacdo](https://github.com/asmacdo)) +- Fix operator precedence involving or and addition [#179](https://github.com/con/duct/pull/179) ([@asmacdo](https://github.com/asmacdo)) + +#### Authors: 1 + +- Austin Macdonald ([@asmacdo](https://github.com/asmacdo)) + +--- + # v0.3.0 (Thu Sep 12 2024) #### 🚀 Enhancement