diff --git a/CHANGES.rst b/CHANGES.rst index 40747f7..5a8c294 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,12 @@ Changes ======= +Version v3.4.0 (released 2024-09-17) + +- config: add MathJax support +- navbar: fix logo size in non-desktop devices +- css: update table border style + Version v3.3.0 (released 2024-08-01) - templates: add meta robot tags diff --git a/invenio_theme/__init__.py b/invenio_theme/__init__.py index 79519ad..39d0a59 100644 --- a/invenio_theme/__init__.py +++ b/invenio_theme/__init__.py @@ -490,7 +490,7 @@ def settings_item_1(): from .ext import InvenioTheme from .shared import menu -__version__ = "3.3.0" +__version__ = "3.4.0" __all__ = ("__version__", "InvenioTheme", "menu")