diff --git a/CHANGELOG.md b/CHANGELOG.md index cccb5d3..06c1ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.2.4 (19 June 2024) +- A custom word separator can be set per-link. (https://github.com/iafisher/obsidian-quick-links/issues/6) + ## v0.2.3 (7 April 2024) - Piped italicized links are now handled correctly. (https://github.com/iafisher/obsidian-quick-links/issues/5) diff --git a/manifest.json b/manifest.json index 630d7d9..51c5d0e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quick-links", "name": "Quick Links", - "version": "0.2.3", + "version": "0.2.4", "minAppVersion": "0.15.0", "description": "Create quick link shortcuts to Wikipedia and other sites", "author": "Ian Fisher",