v3.11.8 (2020-04-06)

- [Feature] Add `encrypt` template filter to conveniently add
htpasswd-based authentication to nginx
- [Bugfix] Fix "missing tty" during init in cron jobs
This commit is contained in:
Régis Behmo 2020-04-06 10:40:28 +02:00
parent 1d8c8e9d53
commit e42c20a133
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## v3.11.8 (2020-04-06)
- [Feature] Add `encrypt` template filter to conveniently add htpasswd-based authentication to nginx
- [Bugfix] Fix "missing tty" during init in cron jobs

View File

@ -1 +1 @@
__version__ = "3.11.7"
__version__ = "3.11.8"