Skip to content

Commit

Permalink
Merge pull request #306 from auth0/release-3.21.0
Browse files Browse the repository at this point in the history
Release 3.21.0
  • Loading branch information
adamjmcgrath authored Mar 3, 2022
2 parents 9d6e526 + ec361d7 commit 88a3335
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------------------

Expand Down
2 changes: 1 addition & 1 deletion auth0/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.20.0'
__version__ = '3.21.0'

0 comments on commit 88a3335

Please sign in to comment.