Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Change Log
Unreleased
----------

[2.1.0] - 2025-04-23

Added
~~~~~
Expand All @@ -44,6 +43,21 @@ See the fragment files in the `changelog.d directory`_.
.. _changelog.d directory: https://github.com/openedx/openedx-filters/tree/master/changelog.d
.. scriv-insert-here

[3.1.0] - 2025-04-06
--------------------

Changed
~~~~~~~

* Added AccountSettingsReadOnlyFieldsRequested filter

[3.0.0] - 2025-03-19
--------------------

Changed
~~~~~~~

* Dropped Python 3.11 support

[2.0.1] - 2025-02-18
--------------------
Expand Down
2 changes: 1 addition & 1 deletion openedx_filters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""
from openedx_filters.filters import *

__version__ = "3.0.0"
__version__ = "3.1.0"