diff --git a/docs.json b/docs.json
index 52b39f4..f7b80e5 100644
--- a/docs.json
+++ b/docs.json
@@ -366,7 +366,8 @@
"pages": [
"interwovenkit/introduction",
"interwovenkit/getting-started",
- "interwovenkit/migration"
+ "interwovenkit/migration",
+ "interwovenkit/changelog"
]
},
{
diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx
new file mode 100644
index 0000000..512760d
--- /dev/null
+++ b/interwovenkit/changelog.mdx
@@ -0,0 +1,42 @@
+---
+title: Changelog
+description: New InterwovenKit releases and improvements
+icon: clock
+rss: true
+---
+
+
+
+## Interface and form enhancements
+
+- **Custom fee handling support** - Enhanced gas price multipliers and fee token selection logic for better transaction fee management ([7a46d80](https://github.com/initia-labs/interwovenkit/commit/7a46d80d3b1d48468072b5f8521427201e27f4b0))
+- **Formatted number paste handling** - NumericInput now supports pasting comma-separated values (e.g., "1,234,567.890") with automatic formatting ([b452fc9](https://github.com/initia-labs/interwovenkit/commit/b452fc9a981a96fa03261b096a4befdbea04bd8d))
+- **Enhanced focus management** - Auto-focus behavior now respects mobile device constraints and improves user experience ([8eb6318](https://github.com/initia-labs/interwovenkit/commit/8eb6318aa5ef38ad0dd18dc54155ade97c78c7c3))
+
+## UI and user experience improvements
+
+- **Redesigned fee selector UI** - Improved dropdown styling, better visual hierarchy, and cleaner fee amount display ([04cf0f8](https://github.com/initia-labs/interwovenkit/commit/04cf0f80598f2acc6b28ec060644230298b89f97))
+- **Better route selection UI** - Enhanced route option display with improved loading states, duration formatting, and clearer visual indicators ([5d1c601](https://github.com/initia-labs/interwovenkit/commit/5d1c601c86f6f959180a974ee18f9c3adbc4a6fc))
+- **Date-grouped bridge history** - Transaction history now organizes items by date groups for better chronological navigation ([02da58d](https://github.com/initia-labs/interwovenkit/commit/02da58dc82883113495dfff4ec9afe1993d06e32))
+
+## Bug fixes and reliability
+
+- **Bridge sequence conflicts** - Fixed sequence conflicts in same-chain op hook transactions ([b2ffc73](https://github.com/initia-labs/interwovenkit/commit/b2ffc73af517cae5baa61af75a846a4f5122650b))
+
+
+
+
+
+## Infrastructure and performance enhancements
+
+- **Updated indexer URL** - Changed indexer endpoint for improved performance and reliability ([c456edc](https://github.com/initia-labs/interwovenkit/commit/c456edc4579204937bb24b9277448eb157c67bf4))
+
+
+
+
+
+## Bug fixes and reliability
+
+- **NFT unique key handling** - Fixed NFT identification by using collection_addr and token_id for unique keys ([492d0d6](https://github.com/initia-labs/interwovenkit/commit/492d0d60a24359005d963ae174123b6252cc1ecd))
+
+
\ No newline at end of file