Skip to content

Commit

Permalink
Release 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Oct 21, 2024
1 parent 783f3d3 commit 8e2a736
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Release Notes
=============

Version 0.23.0
--------------

- Fixed issue with full name not being pulled in (#1682)
- fix textarea placeholder color (#1712)
- Capture the search_update event after making the adjustments to search terms (#1709)
- synonyms in analyzer (#1697)
- Update dependency @ckeditor/ckeditor5-react to v9 (#1532)
- Update dependency @ckeditor/ckeditor5-dev-utils to v43 (#1552)
- Update dependency @ckeditor/ckeditor5-dev-translations to v43 (#1551)
- Shanbady/improve bookmark button label (#1699)
- Shanbady/xpro logo for all xpro offerings (#1695)
- search facet accessibility fixes (#1698)
- exclude topics with no associated channel from Topic querySets (#1693)

Version 0.22.1 (Released October 15, 2024)
--------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from main.settings_pluggy import * # noqa: F403
from openapi.settings_spectacular import open_spectacular_settings

VERSION = "0.22.1"
VERSION = "0.23.0"

log = logging.getLogger()

Expand Down

0 comments on commit 8e2a736

Please sign in to comment.