Skip to content

Commit bffefeb

Browse files
committed
version bump
1 parent ccb8b25 commit bffefeb

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

CHANGELOG.md

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

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+
1527
## mytoken 0.4.2
1628

1729
### Bugfixes

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

-9 Bytes
Loading
-25 Bytes
Loading

mytoken.png

-25 Bytes
Loading

0 commit comments

Comments
 (0)