7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-30 21:00:49 +00:00
- [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)
This commit is contained in:
Régis Behmo 2019-03-21 19:11:03 +01:00
parent 34ca3319a3
commit 8cb3dde706
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
__version__ = "3.2.1"
__version__ = "3.2.2"