diff --git a/CHANGELOG.mkd b/CHANGELOG.mkd index 5455081..d1f57cc 100644 --- a/CHANGELOG.mkd +++ b/CHANGELOG.mkd @@ -1,3 +1,8 @@ +# 2.0.0 + +- Added external modeladmin package as a requirement to replace contribu module +- Upped minimum WT to 5.2 because of modeladmin requirement + # 1.2.0 - Upped minimum WT version to 4.1 diff --git a/setup.py b/setup.py index c67af75..c8ea060 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( author="Neon Jungle", author_email="developers@neonjungle.studio", install_requires=[ - "wagtail>=4.1", + "wagtail>=5.2", "wagtail-modeladmin", "django-mjml", ],