Skip to content

Commit

Permalink
Merge pull request #77 from jellyfin/prepare-9
Browse files Browse the repository at this point in the history
Prepare for release v9
  • Loading branch information
crobibero authored Oct 31, 2021
2 parents 7ccd70b + 0e6a474 commit 4faecb9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -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."
Expand All @@ -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

0 comments on commit 4faecb9

Please sign in to comment.