From f58214ba7d9c1562722605becda622f60e5a3cd0 Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Sun, 20 Feb 2022 23:46:27 +0100 Subject: [PATCH] chore(api): --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a57a7..cdec52f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.7.2] + +### ⚙️ Internal + +- When installed on API version 0.13.25 or higher, the plugin now uses Obsidian's own `requestUrl` API instead of the third-party dependency `got`. This lays the foundation for supporting Mobile platforms in the future. + ## [0.7.1] ### ✨ Features