diff --git a/changelog/changelog.mdx b/changelog/changelog.mdx
index 6c978c5..31acf62 100644
--- a/changelog/changelog.mdx
+++ b/changelog/changelog.mdx
@@ -4,8 +4,35 @@ description: "All the nice stuff you asked for"
icon: "sparkles"
---
+## December 2024
+
+### 2024-12-09
+
+- `file upload`: new step to upload data form a url
+- `auto fix`: first version (beta) of auto fix test cases
+
+### 2024-12-05
+
+- show latest test result (e.g. from failed run) in test case view
+- improved otp setup
+
+
+
+
## November 2024
+### 2024-11-20
+
+- Folder view for test cases
+
+
+
+- `Basic authentication`: you can configure username and password for basic auth protected test targets
+
### 2024-11-14
`AI agent`: we teach the agent to notice if it got stuck in a loop and abort.
diff --git a/images/2fa/OTP.gif b/images/2fa/OTP.gif
new file mode 100644
index 0000000..b4526c4
Binary files /dev/null and b/images/2fa/OTP.gif differ
diff --git a/images/changelog/folders.png b/images/changelog/folders.png
new file mode 100644
index 0000000..c850adb
Binary files /dev/null and b/images/changelog/folders.png differ