Skip to content

Commit fe40e25

Browse files
committed
📦 release: v11.8.0
1 parent e0f2c1f commit fe40e25

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

‎CHANGES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
Changes
1212
=======
1313

14+
Version v11.8.0 (released 2024-08-21)
15+
16+
- pids: fix parent DOI link generation
17+
- schemaorg: add ``dateCreated`` field (closes #1777)
18+
- i18n: push translations
19+
- package: bump react-invenio-forms
20+
- subjects: remove suggest from dropdown if not required
21+
* closes https://github.com/inveniosoftware/invenio-app-rdm/issues/2767
22+
1423
Version v11.7.0 (released 2024-08-12)
1524

1625
- resources: add vnd.inveniordm.v1+json http header

‎invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioRDMRecords
1212

13-
__version__ = "11.7.0"
13+
__version__ = "11.8.0"
1414

1515
__all__ = ("__version__", "InvenioRDMRecords")

‎tests/resources/test_serialized_links.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2020-2021 CERN.
3+
# Copyright (C) 2020-2024 CERN.
44
# Copyright (C) 2020-2021 Northwestern University.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)