From ff98c4840c6ec21ec408cdaa66f50fbc1ce26a92 Mon Sep 17 00:00:00 2001 From: rthaut Date: Sat, 16 Jun 2018 16:50:07 -0600 Subject: [PATCH] increment version and add changelog entry --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 911a8f2..3bce75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # DeviantArt Filter Changelog +## Version 5.0.2 (June 16, 2018) + +### Bug Fixes + +- [User Quick Filter No Longer Works](https://github.com/rthaut/deviantART-Filter/issues/51) + ## Version 5.0.1 (June 13, 2018) ### Bug Fixes diff --git a/README.md b/README.md index a28129e..9af1608 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DeviantArt Filter 5.0.1 +# DeviantArt Filter 5.0.2 > Allows configurable filtering/removal of deviations by user, tag, and/or category on DeviantArt diff --git a/package.json b/package.json index b4632fa..c2a6862 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deviantart-filter", "title": "DeviantArt Filter", - "version": "5.0.1", + "version": "5.0.2", "description": "Allows configurable filtering/removal of deviations by user, tag, and/or category on DeviantArt", "author": "Ryan Thaut (http://ryanthaut.com)", "homepage": "https://github.com/rthaut/deviantART-Filter",