diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx
index f8c7cabf..a5fd5424 100644
--- a/interwovenkit/changelog.mdx
+++ b/interwovenkit/changelog.mdx
@@ -4,6 +4,30 @@ description: Additions, updates, and fixes to InterwovenKit
rss: true
---
+
+
+## Exported `EnableAutoSignOptions` type
+
+The `EnableAutoSignOptions` type is now exported from the package, making it
+easier to type
+[autosign](/interwovenkit/features/autosign/introduction)
+configuration when calling `enable()` from TypeScript.
+
+
+
+
+
+## Configurable default duration for autosign
+
+The `enable()` method on
+[autosign](/interwovenkit/features/autosign/introduction)
+now accepts an optional `defaultDuration` so apps can preselect how long
+autosign stays active when the enable prompt appears. The value is validated
+against the supported duration options, and the duration dropdown initializes
+from the provided default.
+
+
+
## Smarter wallet ordering on sign-in