summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2021-10-06 10:03:12 -0400
committerGitHub <noreply@github.com>2021-10-06 20:03:12 +0600
commit6223ba13780a941a3f4c9dec62f282bdd9b5afb0 (patch)
treef04acb37a821af0117ee8b70005832b54cff5f1b /CHANGELOG.rst
parent258d7bab0ecb86be91738ac1e23744429280acd1 (diff)
downloadpyjwt-6223ba13780a941a3f4c9dec62f282bdd9b5afb0.tar.gz
Bump up version to v2.2.0 (#697)2.2.0
Co-authored-by: José Padilla <jpadilla@users.noreply.github.com>
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst17
1 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 87bafcb..e2f4cd0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -10,15 +10,28 @@ This project adheres to `Semantic Versioning <https://semver.org/>`__.
Changed
~~~~~~~
-- Remove arbitrary kwalgs. `#657 <https://github.com/jpadilla/pyjwt/pull/657>`__
+Fixed
+~~~~~
+
+Added
+~~~~~
+
+`v2.2.0 <https://github.com/jpadilla/pyjwt/compare/2.1.0...2.2.0>`__
+-----------------------------------------------------------------------
+
+Changed
+~~~~~~~
+
+- Remove arbitrary kwargs. `#657 <https://github.com/jpadilla/pyjwt/pull/657>`__
+- Use timezone package as Python 3.5+ is required. `#694 <https://github.com/jpadilla/pyjwt/pull/694>`__
Fixed
~~~~~
- Assume JWK without the "use" claim is valid for signing as per RFC7517 `#668 <https://github.com/jpadilla/pyjwt/pull/668>`__
-
- Prefer `headers["alg"]` to `algorithm` in `jwt.encode()`. `#673 <https://github.com/jpadilla/pyjwt/pull/673>`__
- Fix aud validation to support {'aud': null} case. `#670 <https://github.com/jpadilla/pyjwt/pull/670>`__
- Make `typ` optional in JWT to be compliant with RFC7519. `#644 <https://github.com/jpadilla/pyjwt/pull/644>`__
+- Remove upper bound on cryptography version. `#693 <https://github.com/jpadilla/pyjwt/pull/693>`__
Added
~~~~~