From 0dabc7c81791f4b3fd4b9c9c0af74fe073ac53c5 Mon Sep 17 00:00:00 2001 From: Chloe Liban Date: Thu, 8 Apr 2021 11:23:31 +0200 Subject: [PATCH] chore: bumps version to 2.0.0 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7ae313a..4548f83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ CHANGELOG +2021-04-08 2.0.0 + * [MAJOR] Updates the python client used to the latest major (>= 2.0) (#306) + 2021-01-19 1.7.3 * [CHORE] adds tests for django 2.2LTS and django 3.x (#303) * [CHORE] introduces the migration changes required to move from 1.x to 2.0, namely introduction of API: `MIDDLEWARES` and `Templates` (#303)