From 39e7ecaad67a3cfa5222285d6e4c6e0dac0b3cb7 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sun, 1 Mar 2026 15:09:09 +0000 Subject: [PATCH] chore(main): release 0.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ .../Jellyfin.Plugin.SmartNotify.csproj | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1332969..c7159c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e242946..a28c275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.0.2 (2026-03-01) + +### Bug Fixes + +* fix: switch to net9! + + ## 0.0.1 (2026-03-01) ### Bug Fixes diff --git a/Jellyfin.Plugin.SmartNotify/Jellyfin.Plugin.SmartNotify.csproj b/Jellyfin.Plugin.SmartNotify/Jellyfin.Plugin.SmartNotify.csproj index 1883a19..f6faa5f 100644 --- a/Jellyfin.Plugin.SmartNotify/Jellyfin.Plugin.SmartNotify.csproj +++ b/Jellyfin.Plugin.SmartNotify/Jellyfin.Plugin.SmartNotify.csproj @@ -3,8 +3,8 @@ net9.0 Jellyfin.Plugin.SmartNotify - 0.0.1.0 - 0.0.1.0 + 0.0.2.0 + 0.0.2.0 enable enable true