Skip to content

Commit cd3df6e

Browse files
committed
Merge branch 'release'
2 parents 1f7a800 + bd33cc2 commit cd3df6e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

RELEASE.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Release Notes
22
=============
33

4+
Version 0.30.5 (Released February 21, 2025)
5+
--------------
6+
7+
- Fixed SCIM search for large queries (#2049)
8+
- Latest smoot-design (#2059)
9+
- Recommendation bot styling and text updates (#2058)
10+
- Open Learning Library CSV update (#2014)
11+
- Update dependency litellm to v1.61.5 (#2056)
12+
- Update opensearchproject/opensearch Docker tag to v2.19.0 (#2055)
13+
- Update dependency tiktoken to ^0.9.0 (#2054)
14+
- Update dependency litellm to v1.61.4 (#2053)
15+
- Update Node.js to v22.14.0 (#2052)
16+
- Celery task to embed new contentfiles (#2044)
17+
- Design update for the homepage AskTIM action (#2047)
18+
- Point the chatbots to the Learn AI endpoints (#2045)
19+
- Recommendation bot UI (#2019)
20+
- Update React Query to v5 (#2043)
21+
422
Version 0.30.4 (Released February 12, 2025)
523
--------------
624

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from main.settings_pluggy import * # noqa: F403
3434
from openapi.settings_spectacular import open_spectacular_settings
3535

36-
VERSION = "0.30.4"
36+
VERSION = "0.30.5"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)