diff --git a/CHANGELOG.md b/CHANGELOG.md
index b38bf18..23f51dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ SPDX-License-Identifier: AGPL-3.0-or-later
## [Unreleased]
+## [0.3.6] - 2024-10-21
+
+- Embed imported images into the diagram.
+
## [0.3.5] - 2024-07-23
- Fix: iframe size for older versions of CryptPad.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6e76eaa..55b2b91 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,9 +18,7 @@ interface. Currently, only drawio diagrams are supported.
## Importing images from Nextcloud into diagrams
With this app, you can import images from Nextcloud into
-diagrams. These images are not embedded, but linked to their
-source in Nextcloud. **To achieve this, imported images are made
-public via a secret link to the image.**
+diagrams. A copy of the image will be stored inside the `.drawio` file.
## Rights management
@@ -61,7 +59,7 @@ interface in the "General" tab.
CryptPad". You can find it in the "Integration" category.
3. Configure "Open in CryptPad" in the administration settings of Nextcloud.
]]>
- 0.3.5
+ 0.3.6
agpl
Wolfgang Ginolas
OpenInCryptPad
diff --git a/package.json b/package.json
index fa4a493..26f637d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "openincryptpad",
"description": "Open files in CryptPad",
- "version": "0.3.5",
+ "version": "0.3.6",
"author": "Wolfgang Ginolas ",
"contributors": [],
"bugs": {