Skip to content

Commit f51a4dd

Browse files
committed
changelog
1 parent 6164730 commit f51a4dd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

15-
## mytoken 0.6.1-a
15+
## mytoken 0.6.1-b
1616

1717
### API
1818

@@ -27,6 +27,8 @@
2727
### Enhancements
2828

2929
- Location restriction can now be done with host names, not only plain ip addresses, see above for more details.
30+
- Webinterface: Added message to tokeninfo after MT creation and TC exchange to indicate that users must copy the
31+
mytoken to persist it.
3032
- Improved code quality
3133

3234
### Bugfixes

internal/model/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const (
99
MAJOR = 0
1010
MINOR = 6
1111
FIX = 1
12-
DEV = "a"
12+
DEV = "b"
1313
)
1414

1515
var version = fmt.Sprintf("%d.%d.%d", MAJOR, MINOR, FIX)

0 commit comments

Comments
 (0)