diff --git a/src/langgraph-platform/langgraph-server-changelog.mdx b/src/langgraph-platform/langgraph-server-changelog.mdx
index db65200cbe..6395997e31 100644
--- a/src/langgraph-platform/langgraph-server-changelog.mdx
+++ b/src/langgraph-platform/langgraph-server-changelog.mdx
@@ -5,6 +5,10 @@ sidebarTitle: Server changelog
[LangGraph Server](/langgraph-platform/langgraph-server) is an API platform for creating and managing agent-based applications. It provides built-in persistence, a task queue, and supports deploying, configuring, and running assistants (agentic workflows) at scale. This changelog documents all notable updates, features, and fixes to LangGraph Server releases.
+
+## v0.4.37
+- Required create permissions for copying threads to ensure proper authorization.
+
## v0.4.36
- Improved error handling and added a delay to the sweep loop for smoother operation during Redis downtime or cancellation errors.