Skip to content

Commit b3a933c

Browse files
committed
release: v5.0.1
1 parent 0cb3a75 commit b3a933c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
Changes
88
=======
99

10+
Version 5.0.1 (released 2025-12-02)
11+
12+
- tests: add missing rabbit mq service
13+
- global: upgrade dependencies
14+
- os: bump OpenSearch to v3.2.0
15+
- ui: update `react-invenio-app-ils` version
16+
- fix: bind `127.0.0.1` by default for Docker service ports
17+
1018
Version 5.0.0 (released 2025-10-03)
1119

1220
- breaking change: global: upgrade invenio-app-ils

ui/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REACT_APP_UI_ILS_VERSION=2.0.1
2-
REACT_APP_INVENIO_VERSION=6.0.0
2+
REACT_APP_INVENIO_VERSION=6.1.0
33
REACT_APP_INVENIO_UI_URL=https://127.0.0.1:5000
44
REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL=https://127.0.0.1:5000/api
5-
REACT_APP_OVERLAY_VERSION=5.0.0
5+
REACT_APP_OVERLAY_VERSION=5.0.1
66
REACT_APP_ENV_NAME=dev
77
REACT_APP_INVENIO_MATOMO_ID=undefined

0 commit comments

Comments
 (0)