- `Pull request 46 <https://github.com/wichert/pyramid_jwt/pull/46>`_: allow configurating the path for JWT cookies. From `surfjudge <https://github.com/surfjudge>`_
1.6.0
--------------------
- `Pull request 27 <https://github.com/wichert/pyramid_jwt/pull/27>`_: add support for JWT tokens in cookies. From `phrfpeixoto <https://github.com/phrfpeixoto>`_
1.5.1
-------------------
- Fix release versioning error.
1.5.0
-------------------
- Drop official support for Python 2.7.
- Use GitHub actions for CI and automated releases.
- `Pull request 42 <https://github.com/wichert/pyramid_jwt/pull/42>`_: use the JSON encoder from Pyramid as default. From `phrfpeixoto <https://github.com/phrfpeixoto>`_
1.4.1
-----------------------
- `Pull request 23 <https://github.com/wichert/pyramid_jwt/pull/21>`_: Allow specifying the audience in the app configuration, from `John Stevens II <https://github.com/jstevensfit>`_.
1.4
--------------------
- `Pull request 21 <https://github.com/wichert/pyramid_jwt/pull/21>`_: add support for JWT aud claims, from `Luke Crooks <https://github.com/crooksey>`_.