We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb8b25 commit bffefebCopy full SHA for bffefeb
CHANGELOG.md
@@ -12,6 +12,18 @@
12
<!-- ### Dependencies -->
13
<!-- -->
14
15
+## mytoken 0.4.3
16
+
17
+### Dependencies
18
19
+- Bumped github.com/jmoiron/sqlx from 1.3.4 to 1.3.5
20
+- Bumped github.com/lestrrat-go/jwx from 1.2.18 to 1.2.23
21
+- Bumped github.com/gofiber/template from 1.6.22 to 1.6.27
22
+- Bumped github.com/gofiber/helmet/v2 from 2.2.6 to 2.2.12
23
+- Bumped github.com/pires/go-proxyproto from 0.6.1 to 0.6.2
24
+- Bumped github.com/gofiber/fiber/v2 from 2.26.0 to 2.32.0
25
+- Bumped github.com/valyala/fasthttp from 1.33.0 to 1.36.0
26
27
## mytoken 0.4.2
28
29
### Bugfixes
internal/model/version/version.go
@@ -8,7 +8,7 @@ import (
8
const (
9
MAJOR = 0
10
MINOR = 4
11
- FIX = 2
+ FIX = 3
DEV = false
)
internal/server/web/static/img/mytoken-grey.png
-9 Bytes
internal/server/web/static/img/mytoken.png
-25 Bytes
mytoken.png
0 commit comments