diff --git a/changelog/overview.mdx b/changelog/overview.mdx
new file mode 100644
index 0000000..c7641c1
--- /dev/null
+++ b/changelog/overview.mdx
@@ -0,0 +1,21 @@
+---
+title: "Product Updates"
+description: Recent updates to Flipt, including new SDKs and other improvements.
+mode: "wide"
+---
+
+
+
+## Swift Client-Side SDK
+
+Just released the Swift SDK client for client-side flag evaluation.
+
+See the [Integration docs](/integration/client) for more information.
+
+## C# Client-Side SDK
+
+Just released the C# SDK client for client-side flag evaluation.
+
+See the [Integration docs](/integration/client) for more information.
+
+
diff --git a/integration/client.mdx b/integration/client.mdx
index 405cbd0..d807c6b 100644
--- a/integration/client.mdx
+++ b/integration/client.mdx
@@ -87,6 +87,14 @@ Flipt provides a number of client-side SDKs to help you integrate with Flipt in
>
Evaluate flags client-side in your C# applications
+
+ Evaluate flags client-side in your Swift applications
+