Skip to content
Snippets Groups Projects
Commit a1c0df34 authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

version bump

parent 183a4af3
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,17 @@
<!-- ### Dependencies -->
<!-- -->
## mytoken 0.3.3
### API
- Don't redirect from `/.well-known/openid-configuration` to `/.well-known/mytoken-configuration`. Instead returning the
same content on both endpoints.
### Enhancements
- Removed buttons from webinterface in the tokeninfo tabs. The content now loads directly when switching the tab.
## mytoken 0.3.2
- Fixed password prompt for migratedb
......
......@@ -8,7 +8,7 @@ import (
const (
MAJOR = 0
MINOR = 3
FIX = 2
FIX = 3
DEV = false
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment