diff --git a/packages/twenty-website/public/images/releases/1.2/1.2-any-fields.png b/packages/twenty-website/public/images/releases/1.2/1.2-any-fields.png new file mode 100644 index 000000000..66f9b48f9 Binary files /dev/null and b/packages/twenty-website/public/images/releases/1.2/1.2-any-fields.png differ diff --git a/packages/twenty-website/public/images/releases/1.2/1.2-import-relations.png b/packages/twenty-website/public/images/releases/1.2/1.2-import-relations.png new file mode 100644 index 000000000..9f44ccd70 Binary files /dev/null and b/packages/twenty-website/public/images/releases/1.2/1.2-import-relations.png differ diff --git a/packages/twenty-website/src/content/releases/1.2.0.mdx b/packages/twenty-website/src/content/releases/1.2.0.mdx new file mode 100644 index 000000000..4306eb2ca --- /dev/null +++ b/packages/twenty-website/src/content/releases/1.2.0.mdx @@ -0,0 +1,15 @@ +--- +release: 1.2.0 +Date: July 25th 2025 +--- + +# Import Relations + +When importing records, you can now import relations between records. For example, you can import a CSV file that includes a column for related records, such as linking contacts to companies or tasks to projects. +![](/images/releases/1.2/1.2-import-relations.png) + +# Any Field filter + +We’ve added an "any field search" filter that lets you search across all fields at once. For example, it can allow you to locate a customer by their phone number, whether it's stored in the "Mobile," "Office," or "Direct Line" field. + +![](/images/releases/1.2/1.2-any-fields.png) \ No newline at end of file