Skip to content

Commit adf1c6a

Browse files
committed
version bump
1 parent 19a3a69 commit adf1c6a

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
<!-- ### Dependencies -->
1313
<!-- -->
1414

15+
## mytoken 0.4.2
16+
17+
### Bugfixes
18+
19+
- Fixed a bug where the webinterface was not updated to use the renamed tokeninfo subtokens action
20+
1521
## mytoken 0.4.1
1622

1723
### API

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 = 4
11-
FIX = 1
11+
FIX = 2
1212
DEV = false
1313
)
1414

-7 Bytes
Loading
-5 Bytes
Loading

mytoken.png

-5 Bytes
Loading

0 commit comments

Comments
 (0)