diff --git a/.changeset/quiet-walls-press.md b/.changeset/quiet-walls-press.md deleted file mode 100644 index 8b76516..0000000 --- a/.changeset/quiet-walls-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'unmonitorr': minor ---- - -Support filtering events by Plex account IDs or usernames with PLEX_ACCOUNTS var diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb8b75..70a1d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # unmonitorr +## 0.2.0 + +### Minor Changes + +- 3d9938d: Support filtering events by Plex account IDs or usernames with PLEX_ACCOUNTS var + ## 0.1.4 ### Patch Changes diff --git a/package.json b/package.json index e6e9d7c..6cb5b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unmonitorr", - "version": "0.1.4", + "version": "0.2.0", "description": "Unmonitor media in Radarr and Sonarr from Plex webhook events", "private": true, "type": "module",