diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c1ee0..3052b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.2.5 (28 July 2024) +- Links containing spaces work again. (https://github.com/iafisher/obsidian-quick-links/issues/7) + ## v0.2.4 (19 June 2024) - A custom word separator can be set per-link. (https://github.com/iafisher/obsidian-quick-links/issues/6) diff --git a/manifest.json b/manifest.json index 51c5d0e..fd2995f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quick-links", "name": "Quick Links", - "version": "0.2.4", + "version": "0.2.5", "minAppVersion": "0.15.0", "description": "Create quick link shortcuts to Wikipedia and other sites", "author": "Ian Fisher",