From aa1f7c4fc17967e49e6e6b71ec03cdf965e93d0e Mon Sep 17 00:00:00 2001
From: zachmann <gabriel.zachmann@kit.edu>
Date: Mon, 3 Apr 2023 15:24:11 +0200
Subject: [PATCH] update changelog

---
 CHANGELOG.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ace4e5a8..2a764edf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,19 @@
 
 - Fixed a bug in `mytoken-migratedb` were empty databases could not be setup.
 
+### Dependencies
+
+- Bump golang.org/x/term from 0.5.0 to 0.6.0
+- Bump github.com/valyala/fasthttp from 1.44.0 to 1.45.0
+- Bump golang.org/x/net from 0.6.0 to 0.7.0
+- Bump golang.org/x/crypto from 0.6.0 to 0.7.0
+- Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0
+- Bump golang.org/x/mod from 0.8.0 to 0.9.0
+- Bump github.com/gofiber/helmet/v2 from 2.2.24 to 2.2.25
+- Bump github.com/gofiber/template from 1.7.5 to 1.8.0
+- Bump github.com/gofiber/fiber/v2 from 2.42.0 to 2.43.0
+- Bump github.com/pires/go-proxyproto from 0.6.2 to 0.7.0
+
 ## mytoken 0.7.2
 
 ### Bugfixes
-- 
GitLab