diff --git a/docs/my-website/img/release_notes/team_key_logging.png b/docs/my-website/img/release_notes/team_key_logging.png
new file mode 100644
index 0000000000..d6b6c6a70b
Binary files /dev/null and b/docs/my-website/img/release_notes/team_key_logging.png differ
diff --git a/docs/my-website/release_notes/v1.74.0-stable/index.md b/docs/my-website/release_notes/v1.74.0-stable/index.md
index 15a1cc9b93..aa3c02affc 100644
--- a/docs/my-website/release_notes/v1.74.0-stable/index.md
+++ b/docs/my-website/release_notes/v1.74.0-stable/index.md
@@ -46,13 +46,30 @@ pip install litellm==1.74.0.post1
## Key Highlights
-
-### Team / Key Based Logging on UI
-
### Azure Content Safety Guardrails
### MCP Gateway: Segregate MCP tools
+### Team / Key Based Logging on UI
+
+
+
+
+
+This release brings support for Proxy Admins to configure Team/Key Based Logging Settings on the UI. This allows routing LLM request/response logs to different Langfuse/Arize projects based on the team or key.
+
+For developers using LiteLLM, their logs are automatically routed to their specific Arize/Langfuse projects. On this release, we support the following integrations for key/team based logging:
+
+- `langfuse`
+- `arize`
+- `langsmith`
+
+
+
+
### Python SDK: 2.3 Second Faster Import Times
This release brings significant performance improvements to the Python SDK with 2.3 seconds faster import times. We've refactored the initialization process to reduce startup overhead, making LiteLLM more efficient for applications that need quick initialization. This is a major improvement for applications that need to initialize LiteLLM quickly.