Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Feb 21, 2025
2 parents 1f7a800 + bd33cc2 commit cd3df6e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Release Notes
=============

Version 0.30.5 (Released February 21, 2025)
--------------

- Fixed SCIM search for large queries (#2049)
- Latest smoot-design (#2059)
- Recommendation bot styling and text updates (#2058)
- Open Learning Library CSV update (#2014)
- Update dependency litellm to v1.61.5 (#2056)
- Update opensearchproject/opensearch Docker tag to v2.19.0 (#2055)
- Update dependency tiktoken to ^0.9.0 (#2054)
- Update dependency litellm to v1.61.4 (#2053)
- Update Node.js to v22.14.0 (#2052)
- Celery task to embed new contentfiles (#2044)
- Design update for the homepage AskTIM action (#2047)
- Point the chatbots to the Learn AI endpoints (#2045)
- Recommendation bot UI (#2019)
- Update React Query to v5 (#2043)

Version 0.30.4 (Released February 12, 2025)
--------------

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.30.4"
VERSION = "0.30.5"

log = logging.getLogger()

Expand Down

0 comments on commit cd3df6e

Please sign in to comment.