Skip to content

Commit 7d2a1ee

Browse files
committed
update changelog
1 parent 6c5bfb9 commit 7d2a1ee

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@
3232
can get possesion of the `revocation_id`
3333
- Fixed problems in the web interface with restrictions / issuer selection when not logged in.
3434

35+
### Dependencies
36+
37+
- Bump github.com/coreos/go-oidc/v3 from 3.2.0 to 3.4.0
38+
- Bump github.com/gofiber/template from 1.6.30 to 1.7.1
39+
- Bump github.com/gofiber/fiber/v2 from 2.36.0 to 2.37.1
40+
- Bump github.com/valyala/fasthttp from 1.39.0 to 1.40.0
41+
- Bump github.com/gliderlabs/ssh from 0.3.4 to 0.3.5
42+
- Bump github.com/gofiber/helmet/v2 from 2.2.15 to 2.2.16
43+
3544
## mytoken 0.5.4
3645

3746
### 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 = 0
12-
DEV = true
12+
DEV = false
1313
)
1414

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

0 commit comments

Comments
 (0)