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

version bump

parent b5d51b0a
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,21 @@
<!-- ### Dependencies -->
<!-- -->
## mytoken 0.3.1-dev
### 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.0
### Features
- Changes to the mytoken
- Added a version to the mytoken token
- Added token type 'mytoken'
......
......@@ -8,8 +8,8 @@ import (
const (
MAJOR = 0
MINOR = 3
FIX = 0
DEV = false
FIX = 1
DEV = true
)
var version = fmt.Sprintf("%d.%d.%d", MAJOR, MINOR, FIX)
......
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