Skip to content

Commit 9388f46

Browse files
committed
version dump
1 parent ce73945 commit 9388f46

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.5.2
16+
17+
### Bugfixes
18+
19+
- Fixed a bug with requesting a consent screen for mytoken requests
20+
1521
## mytoken 0.5.1
1622

1723
### Enhancements

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

-61 Bytes
Loading
-19 Bytes
Loading

mytoken.png

-19 Bytes
Loading

0 commit comments

Comments
 (0)