diff --git a/build.yaml b/build.yaml index cf735a1..2610365 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ name: "Webhook" guid: "71552A5A-5C5C-4350-A2AE-EBE451A30173" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png" -version: "7" +version: "8" targetAbi: "10.7.7.0" framework: "net5.0" owner: "jellyfin" @@ -18,9 +18,4 @@ artifacts: - "BouncyCastle.Crypto.dll" changelog: |2- ### New features and improvements ### - - Add tagline as available parameter (#68) @crobibero - - Add Form Post support (#65) @crobibero - - ### Bug Fixes ### - - Fix Discord.handlebars template (#66) @crobibero - - Fix string conversion for unbound properties (#62) @crobibero + - Add UserDataSaved event handler (#70) @crobibero