From 2e551184844ac1003b9bc5ef37038c0587ba67cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:21:08 +0000 Subject: [PATCH] chore(main): release 2.3.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1cdb33f..fd80283c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.2](https://github.com/brexhq/substation/compare/v2.3.1...v2.3.2) (2024-11-26) + + +### Bug Fixes + +* **condition:** handling of missing source and/or target keys ([#277](https://github.com/brexhq/substation/issues/277)) ([090981b](https://github.com/brexhq/substation/commit/090981b9792f12d6187f5e3c87a1e7667a295814)) + ## [2.3.1](https://github.com/brexhq/substation/compare/v2.3.0...v2.3.1) (2024-11-07)