diff --git a/CHANGES.rst b/CHANGES.rst index 494cae8..df642b5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,23 @@ Changelog ========= -1.2.2 (unreleased) +1.3.2 (unreleased) ------------------ -- Nothing changed yet. +- Revert changes to 1.2.1 branch. We haven't deleted 1.3.0 and 1.3.1 branches because there are some releases on pypi. + [cekk] + +1.3.1 (2024-03-14) +------------------ + +- Handle missing record in restapi endpoint. + [cekk] + + +1.3.0 (2024-03-07) +------------------ + +- Add footer_top field in settings, to manage a new footer row before columns. [cekk] 1.2.1 (2024-01-17) diff --git a/setup.py b/setup.py index 9ef1ec9..1708ce9 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="redturtle.voltoplugin.editablefooter", - version="1.2.2.dev0", + version="1.3.2.dev0", description="Add-on for Volto to manage four-columns footer", long_description=long_description, # Get more from https://pypi.org/classifiers/