From 8cb3dde706988de1801914997bae6fd151e90cc4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9gis=20Behmo?= <regis@behmo.com>
Date: Thu, 21 Mar 2019 19:11:03 +0100
Subject: [PATCH] v3.2.2

- [Feature] Multiple platforms on a single server \o/
- [Feature] Easily configure web proxy on the host
- [Bugfix] Fix `images pull all` command which failed on "all" image
- [Improvement] Add configurable mongodb, SMTP and rabbitmq
authentication
- [Improvement] Harmonize mysql username/password configuration
parameters
- [Feature] Configurable and pluggable data storage backends (#114)
---
 CHANGELOG.md       | 2 +-
 tutor/__about__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76f3518..141ed0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # Changelog
 
-## Latest
+## 3.2.2 (2019-03-21)
 
 - [Feature] Multiple platforms on a single server \o/
 - [Feature] Easily configure web proxy on the host
diff --git a/tutor/__about__.py b/tutor/__about__.py
index 1da6a55..1e3bed4 100644
--- a/tutor/__about__.py
+++ b/tutor/__about__.py
@@ -1 +1 @@
-__version__ = "3.2.1"
+__version__ = "3.2.2"
-- 
GitLab