From d6139079185061e355a322e2e12f221ebc2f68bc Mon Sep 17 00:00:00 2001 From: Nicolas Marier Date: Fri, 27 May 2022 15:23:57 -0400 Subject: [PATCH] docs: update docs --- docs/content/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/changelog.rst b/docs/content/changelog.rst index 924cd04..7c8f263 100644 --- a/docs/content/changelog.rst +++ b/docs/content/changelog.rst @@ -1,3 +1,6 @@ +- v3.1.3: Fix a bug with invocation when an event matches several filters. +- v3.1.2: Fix an incorrect import. +- v3.1.1: Relax pydantic requirements to help dependency management for downstream projects. - v3.1.0: Add error handling strategies for processors. - v3.0.1: Improve the import path for results. - v3.0.0: