Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Jun 20, 2023
1 parent b72f07b commit c81e994
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,28 @@
<!-- ### Dependencies -->
<!-- -->

## mytoken 0.8.1

### Enhancements

- Improved returned transfercodes (do not include `l` and `I`)

### Bugfixes

- Fixed wrong (negative) `expires_at` time returned in tokeninfo for tokens without expiration
- Fixed response if token revocation call does not contain token

### Dependencies

- Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3
- Bump golang.org/x/term from 0.8.0 to 0.9.0
- Bump github.com/lestrrat-go/jwx from 1.2.25 to 1.2.26
- Bump golang.org/x/crypto from 0.9.0 to 0.10.0
- Bump golang.org/x/mod from 0.10.0 to 0.11.0
- Bump github.com/gofiber/template from 1.8.1 to 1.8.2
- Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0
- Bump github.com/gofiber/fiber/v2 from 2.46.0 to 2.47.0

## mytoken 0.8.0

### Features
Expand Down

0 comments on commit c81e994

Please sign in to comment.