From 6bf92465de54843dd70e0c50215f96db0eff4029 Mon Sep 17 00:00:00 2001 From: Daniel Fehrm Date: Sat, 22 Feb 2020 18:59:39 +0100 Subject: [PATCH] prepare 1.2.1 (#388) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d69f900c..394a70f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.1] - 2020-02-22 + +### Fixed + +- Uploaded files are now created with permissions 644 instead of 600 +- Fix bug that caused text on banners to dissapear if the text was to long +- Fix bug that caused help text on image overlay to display unecessary text + +### Changed + +- Updated django to 2.2.10 +- Updated phonenumber to 8.11.4 +- Updated requests to 2.23.0 +- Updated wagtailmedia to 0.5.0 + ## [1.2.0] - 2020-02-11 ### Added