Added - JWT opaque token support with `--secret-key <secret-key>`
Changed - Dropped Python 3.5 - Validated support for Python 3.9
0.6.0
Added - CORS support using `--allow-origin HOST:PORT` or `$TRANQUILIZER_ALLOW_ORIGIN`
Fixed - Example in README
0.5.0
Changed - Migrated from flask-restplus to flask-restx - Relax werkzeug pin to allow version 1.x
0.4.1
Fixed - Fixed tranquilizer.__version__
0.4.0
Changed - Added Python 3.7 support (rewrite type checking) - Utilize Versioneer
Added - anaconda-enterprise publish compatiblity - publish: When methods is set un-typed arguments are returned as a list-of-strings. - nearly complete test coverage - Travis CI