diff --git a/CHANGELOG.md b/CHANGELOG.md index 998d48e1fb..b56c7ce6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 List all changes after the last release here (newer on top). Each change on a separate bullet point line -### Changed +## [2.3.10] - 2021-01-22 +- Notify: make email template form use code editor with preview +- Notify: make email action body use code editor with preview +- Admin: add code editor with preview widget +- Notify: Remove breadcrumbs from editor and add save button on top +- Notify: make editor close button to Close instead Done - Add related name to package links to enable better queryset performance +- Ensure migrations are fine for longer log entry fields ## [2.3.9] - 2021-01-19 diff --git a/setup.py b/setup.py index 0c8b5aca49..745961a58a 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ # - Add ".post0.dev" suffix to VERSION variable here NAME = 'shuup' -VERSION = '2.3.9.post0.dev' +VERSION = '2.3.10' DESCRIPTION = 'E-Commerce Platform' AUTHOR = 'Shoop Commerce Ltd.' AUTHOR_EMAIL = 'shuup@shuup.com'