fix: panic when missing token

This commit is contained in:
cduvray 2023-01-14 09:08:44 +01:00
parent 7009f645e6
commit 89006df2af
2 changed files with 25 additions and 10 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.3.1 - (2023-1-14)
### Fixed
- fix: panicking when a bearer token is missing in protected request (be6bf9fb)
## 0.3.0 - (2023-1-13)
### Added