diff --git a/CHANGELOG.md b/CHANGELOG.md index 3401a91..f29eee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.7.5] - Orm (2026-04-05) + +### Added + +- per tab workspaces +- self-host auth examples +- better documentation + ## [0.7.4] - Orm (2026-03-30) ### Added diff --git a/package.json b/package.json index 2e0f8c0..f28661b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ignis", - "version": "0.7.4", + "version": "0.7.5", "private": true, "description": "An Electron shim and server bridge for running Obsidian in a browser.", "scripts": { diff --git a/plugin/manifest.json b/plugin/manifest.json index 6c16386..f6d5646 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "ignis-bridge", "name": "Ignis Bridge", - "version": "0.7.4", + "version": "0.7.5", "minAppVersion": "1.12.4", "description": "Additional Ignis specific functionality and ignis plugin management.", "author": "Nystik",