From 5fd28c05e87bec3b3a2da44957081b45068d39a9 Mon Sep 17 00:00:00 2001 From: ilee2u Date: Fri, 20 Sep 2024 09:41:40 -0400 Subject: [PATCH] chore: changelog + version update --- CHANGELOG.rst | 8 ++++++++ openedx_filters/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8541c005..40ec1ed1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,14 @@ Unreleased ---------- * Configuration for automatic filters docs generation. +[1.10.0] - 2024-09-20 +-------------------- + +Added +~~~~~ + +* IDVPageURLRequested filter added which can be used to modify the URL for the ID verification process. + [1.9.0] - 2024-06-14 -------------------- diff --git a/openedx_filters/__init__.py b/openedx_filters/__init__.py index 835c5d54..fd050254 100644 --- a/openedx_filters/__init__.py +++ b/openedx_filters/__init__.py @@ -3,4 +3,4 @@ """ from openedx_filters.filters import * -__version__ = "1.9.0" +__version__ = "1.10.0"