Skip to content

Commit f78615e

Browse files
committed
bump version to 0.5.1
1 parent 8312feb commit f78615e

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,19 @@
1212
<!-- ### Dependencies -->
1313
<!-- -->
1414

15-
## mytoken 0.5
15+
## mytoken 0.5.1
16+
17+
### Enhancements
18+
19+
- In the tokeninfo - subtokens pane of the webinterface now only show the subtokens of the token in question,
20+
leaving out the actual token as their parent
21+
22+
### Bugfixes
23+
24+
- Fixed two bugs in the tokeninfo webinterface when introspecting mytokens issued by another server
25+
- Fixed CORS of jwks
26+
27+
## mytoken 0.5.0
1628

1729
### Features
1830

internal/model/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
const (
99
MAJOR = 0
1010
MINOR = 5
11-
FIX = 0
11+
FIX = 1
1212
DEV = false
1313
)
1414

11 Bytes
Loading
-8 Bytes
Loading

mytoken.png

-8 Bytes
Loading

0 commit comments

Comments
 (0)