From 5dd8b872d97ad99aeae07e244bb792917e92e025 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 21 Nov 2024 08:05:47 +0100 Subject: [PATCH] chore: :memo: Update changelog for 0.7.0 release --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 863e2842..ab2b8f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,8 +63,6 @@ Plugins using this framework support: - [x] Support for sending raw SQL to database (type-safe!) - [x] Plugin autoload on startup with override controls (enable/disable) -The new `@versia/kit` NPM/JSR package is available for plugin developers. - As a demonstration of the power of this system and an effort to modularize the codebase further, OpenID functionality has been moved to a plugin. This plugin is required for login. ## Bug Fixes