diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d1e7f39e..1fe6661c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog ========= +2.1.0 (2025-03-26) +================== + +* feat: Add template components by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/263 +* docs: Add inline-editing how-to by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/261 + + 2.0.0 (2025-03-20) ================== * feat: Rename link plugin to text link plugin by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/219 diff --git a/djangocms_frontend/__init__.py b/djangocms_frontend/__init__.py index 75658bd2..66b7399d 100644 --- a/djangocms_frontend/__init__.py +++ b/djangocms_frontend/__init__.py @@ -19,4 +19,4 @@ 13. Github actions will publish the new package to pypi """ -__version__ = "2.0.0" +__version__ = "2.1.0"