diff --git a/src/langsmith/agent-server-changelog.mdx b/src/langsmith/agent-server-changelog.mdx
index 128d0e8780..f9e6315530 100644
--- a/src/langsmith/agent-server-changelog.mdx
+++ b/src/langsmith/agent-server-changelog.mdx
@@ -5,6 +5,14 @@ sidebarTitle: Agent Server changelog
[Agent Server](/langsmith/agent-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 Agent Server releases.
+
+## v0.5.18
+- Introduced persistent cron threads with `on_run_completed: {keep,delete}` for enhanced cron management and retrieval options.
+
+
+## v0.5.17
+- Enhanced task handling to support multiple interrupts, aligning with open-source functionality.
+
## v0.5.15
- Added custom JSON unmarshalling for `Resume` and `Goto` commands to fix map-style null resume interpretation issues.