diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e3d75e..1a8c35ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +3.21.0 +------------------ + +**Added** +- Add pagination to device credentials [\#300](https://github.com/auth0/auth0-python/pull/300) ([fionnulak](https://github.com/fionnulak)) + 3.20.0 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index c170b8d5..64b38b01 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.20.0' +__version__ = '3.21.0'