From f755a2e3fa171e641cdfc9693769c97a196caffa Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Thu, 2 Jul 2020 18:19:15 +0200 Subject: [PATCH] Updates changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e94b2c7..608de6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ # Changelog +## [v1.3.1](https://github.com/koed00/django-q/tree/v1.3.1) (2020-07-02) + +[Full Changelog](https://github.com/koed00/django-q/compare/v1.3.0...v1.3.1) + +**Closed issues:** + +- Ability to customize schedule creation [\#451](https://github.com/Koed00/django-q/issues/451) + ## [v1.3.0](https://github.com/koed00/django-q/tree/v1.3.0) (2020-07-02) [Full Changelog](https://github.com/koed00/django-q/compare/v1.2.4...v1.3.0) **Closed issues:** -- Ability to customize schedule creation [\#451](https://github.com/Koed00/django-q/issues/451) - ERROR: django-picklefield 3.0.1 has requirement Django\>=2.2, but you'll have django 1.11.10 which is incompatible. [\#445](https://github.com/Koed00/django-q/issues/445) - \[Error\] select\_for\_update cannot be used outside of a transaction. [\#434](https://github.com/Koed00/django-q/issues/434)