Skip to content

Commit db7900e

Browse files
committed
version bump
1 parent 2d96110 commit db7900e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.2
2+
- Improvements to the admin role checks
3+
- Fix an issue where the token for the auth0management endpoint for checking user roles would expire and cause requests to return less data than they should
14

25
## 0.3.1
36
- Improvements to logging

docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def create_docs(app):
1616
# info: {
1717
spec = APISpec(
1818
title="ClassClock API",
19-
version="0.3.1",
19+
version="0.3.2",
2020
openapi_version='2.0',
2121

2222
plugins=[

0 commit comments

Comments
 (0)