From 0f9fc7348706ccb94b92295cf2d6bb3cc65a35a9 Mon Sep 17 00:00:00 2001 From: gjtorikian <64050+gjtorikian@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:35:01 +0000 Subject: [PATCH] [skip test] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12d5fd..93b59c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [v0.4.3] - 18-07-2024 +## What's Changed +* Stop assuming handlers are always defined by @gjtorikian in https://github.com/gjtorikian/selma/pull/65 + + +**Full Changelog**: https://github.com/gjtorikian/selma/compare/v0.4.2...v0.4.3 # [v0.4.2] - 16-07-2024 ## What's Changed * Revert sanitization reordering (restore old behavior) by @gjtorikian in https://github.com/gjtorikian/selma/pull/63