diff --git a/CHANGELOG.md b/CHANGELOG.md index 5618e829..4297fa69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.8.1 (2020-03-28) +- Flatten filter and action lists to allow enhanced config file configuration (Thanks to @rawdamedia!) +- Add support for multiline content filters (Thanks to @zor-el!) + ## v1.8.0 (2020-03-04) - Added action `Delete`. - Added filter `FileContent`. diff --git a/organize/__version__.py b/organize/__version__.py index 29654eec..2d986fc5 100644 --- a/organize/__version__.py +++ b/organize/__version__.py @@ -1 +1 @@ -__version__ = "1.8.0" +__version__ = "1.8.1" diff --git a/pyproject.toml b/pyproject.toml index 90631737..dc7b2f2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "organize-tool" -version = "1.8.0" +version = "1.8.1" description = "The file management automation tool" packages = [ { include = "organize" },