* Only transparently refresh JWT token when using JWT auth (`pr78 <https://github.com/eclecticiq/cabby/pull/78>`_)
0.1.22
-------------------
* Fix bug where JWT would not be used if client.jwt_token is set directly (`pr76 <https://github.com/eclecticiq/cabby/pull/76>`_, `pr77 <https://github.com/eclecticiq/cabby/pull/77>`_)
0.1.21
-------------------
* Refresh JWT and retry request once on UNAUTHORIZED status message * Add discovery_url argument to create_client function
0.1.20
-------------------
* Only include relevant files in release packages.
------------------- * Dependencies upgraded (`changes <https://github.com/EclecticIQ/cabby/commit/be491ccf457b8b989982a8d49634e905d04bf31b>`_). * ``timeout`` property that sets HTTP timeout added to the client class and CLI tools (thanks `joarleymoraes <https://github.com/joarleymoraes>`_).