From c5bd0982d156388d0c20fdf22c4318884eb73439 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Wed, 26 Mar 2025 10:24:16 +0100 Subject: [PATCH] bump version --- CHANGELOG.rst | 7 +++++++ djangocms_frontend/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"