Merge pull request #77 from jellyfin/prepare-9

Prepare for release v9
This commit is contained in:
Cody Robibero 2021-10-31 17:01:48 -06:00 committed by GitHub
commit 4faecb9219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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