Skip to content

Commit eecc8ea

Browse files
committed
changelog update and version bump
1 parent 865684c commit eecc8ea

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.3
2+
- add optional sentry monitoring
3+
- add TRUSTED_PROXY_COUNT environment variable to allow the app to run behind a proxy
4+
- increase rate limits
5+
- improve handling of 429 errors
6+
17
## 0.3.2
28
- Improvements to the admin role checks
39
- 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

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.2",
19+
version="0.3.3",
2020
openapi_version='2.0',
2121

2222
plugins=[

0 commit comments

Comments
 (0)