File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ Change Log
3232Unreleased
3333----------
3434
35- [2.1.0] - 2025-04-23
3635
3736Added
3837~~~~~
@@ -44,6 +43,21 @@ See the fragment files in the `changelog.d directory`_.
4443.. _changelog.d directory : https://github.com/openedx/openedx-filters/tree/master/changelog.d
4544.. scriv-insert-here
4645
46+ [3.1.0] - 2025-04-06
47+ --------------------
48+
49+ Changed
50+ ~~~~~~~
51+
52+ * Added AccountSettingsReadOnlyFieldsRequested filter
53+
54+ [3.0.0] - 2025-03-19
55+ --------------------
56+
57+ Changed
58+ ~~~~~~~
59+
60+ * Dropped Python 3.11 support
4761
4862[2.0.1] - 2025-02-18
4963--------------------
Original file line number Diff line number Diff line change 33"""
44from openedx_filters .filters import *
55
6- __version__ = "3.0 .0"
6+ __version__ = "3.1 .0"
You can’t perform that action at this time.
0 commit comments