diff --git a/build.yaml b/build.yaml index d874ca5..9ecb25d 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ name: "Webhook" guid: "71552A5A-5C5C-4350-A2AE-EBE451A30173" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png" -version: "8" -targetAbi: "10.7.7.0" +version: "9" +targetAbi: "10.8.0.0" framework: "net6.0" owner: "jellyfin" overview: "Sends notifications." @@ -17,5 +17,9 @@ artifacts: - "MimeKit.dll" - "BouncyCastle.Crypto.dll" changelog: |2- - ### New features and improvements ### - - Add UserDataSaved event handler (#70) @crobibero + ### Bug Fixes ### + - Don't filter on userId for UserCreated notification type (#76) @crobibero + + ### Code or Repo Maintenance ### + - Fix CI (#79) @crobibero + - 10.8 support (#69) @crobibero