diff --git a/.changeset/chatty-ducks-fetch.md b/.changeset/chatty-ducks-fetch.md
new file mode 100644
index 00000000..6a5b7009
--- /dev/null
+++ b/.changeset/chatty-ducks-fetch.md
@@ -0,0 +1,65 @@
+---
+'@vue-flow/core': patch
+---
+
+⚠️ Deprecate options API utils `addEdge` and `updateEdge`. This utils will be removed soon!
+
+## Resolve deprecation warnings
+
+Instead of using these utils, use `addEdges` and `updateEdge` found on the VueFlow store instance.
+You receive a store instance by using either a template-ref or listening to the `onPaneReady` event.
+
+### Example
+
+```vue
+
+
+
+
+
+```