From 6d1494d5ea1764073ad876b5a77457340a57cb1c Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Wed, 23 Aug 2023 20:12:46 +0200 Subject: [PATCH] 0.3.11 --- version.ts | 2 +- website/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.ts b/version.ts index cff04f67..3aff2e8b 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.3.10"; +export const version = "0.3.11"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 59f8548d..c4bca240 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,7 +3,7 @@ release. --- -## Next +## 0.3.11 * Cookies set when using SilverBullet's built-in [[Authentication]] are now per domain + port, allowing you to run multiple instances of SB on a single host with different ports without the authentication interfering. * Page references in [[SETTINGS]] now use double-bracket notation (optionally) which is nicer, because you’ll get completion. See [[SETTINGS]] for examples.