diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5742c08..789909f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.8" + ".": "0.0.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7052996..dc7c3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.0.9 (2026-03-01) + +### Bug Fixes + +* fix: angeblich.. + +### Chores + +* chore: update manifest for v0.0.8 + + ## 0.0.8 (2026-03-01) ### Bug Fixes diff --git a/Jellyfin.Plugin.SmartNotify/Jellyfin.Plugin.SmartNotify.csproj b/Jellyfin.Plugin.SmartNotify/Jellyfin.Plugin.SmartNotify.csproj index def70e4..e57e64a 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.8.0 - 0.0.8.0 + 0.0.9.0 + 0.0.9.0 enable enable true diff --git a/manifest.json b/manifest.json index c9445ab..04644a5 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "category": "Notifications", "imageUrl": "", "versions": [ + { + "version": "0.0.9.0", + "changelog": "### Bug Fixes\n\n* fix: angeblich..\n\n### Chores\n\n* chore: update manifest for v0.0.8", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.tdpi.dev/TDPI/jellyfin-plugin-smartnotify/releases/download/v0.0.9/smartnotify_0.0.9.zip", + "checksum": "9a1870e82fc3270ca37960a19b289cbd", + "timestamp": "2026-03-01T16:18:31Z" + }, { "version": "0.0.8.0", "changelog": "### Bug Fixes\n\n* fix: notsupported again\n\n### Chores\n\n* chore: update manifest for v0.0.7",