From a06451e23d13bde54c812026ec45a23476549375 Mon Sep 17 00:00:00 2001 From: zachmann <gabriel.zachmann@kit.edu> Date: Mon, 12 Feb 2024 13:46:14 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 691787fd..2372a115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,19 @@ <!-- ### Dependencies --> <!-- --> +## mytoken 0.9.1 + +### Dependencies + +- Bump golang.org/x/oauth2 from 0.15.0 to 0.17.0 +- Bump golang.org/x/crypto from 0.17.0 to 0.19.0 +- Bump golang.org/x/mod from 0.14.0 to 0.15.0 +- Bump github.com/evanphx/json-patch/v5 from 5.7.0 to 5.9.0 +- Bump github.com/gofiber/template/mustache/v2 from 2.0.7 to 2.0.8 +- Bump github.com/lestrrat-go/jwx from 1.2.27 to 1.2.28 +- Bump github.com/gofiber/fiber/v2 from 2.51.0 to 2.52.0 +- Bump github.com/redis/go-redis/v9 from 9.3.1 to 9.4.0 + ## mytoken 0.9.0 ### Changes -- GitLab