diff --git a/CHANGELOG.md b/CHANGELOG.md index a05c17a..c92b35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Change Log -## [v1.6.7](https://github.com/Boerderij/Varken/tree/v1.6.7) (2019-04-18) -[Full Changelog](https://github.com/Boerderij/Varken/compare/1.6.6...v1.6.7) +## [v1.6.8](https://github.com/Boerderij/Varken/tree/v1.6.8) (2019-04-18) +[Full Changelog](https://github.com/Boerderij/Varken/compare/1.6.7...v1.6.8) + +**Implemented enhancements:** + +- \[Enhancement\] Only drop the invalid episodes from sonarr [\#121](https://github.com/Boerderij/Varken/issues/121) + +**Merged pull requests:** + +- v1.6.8 Merge [\#122](https://github.com/Boerderij/Varken/pull/122) ([DirtyCajunRice](https://github.com/DirtyCajunRice)) + +## [1.6.7](https://github.com/Boerderij/Varken/tree/1.6.7) (2019-04-18) +[Full Changelog](https://github.com/Boerderij/Varken/compare/1.6.6...1.6.7) **Implemented enhancements:** diff --git a/varken/__init__.py b/varken/__init__.py index 474da3d..086d49b 100644 --- a/varken/__init__.py +++ b/varken/__init__.py @@ -1,2 +1,2 @@ VERSION = "1.6.8" -BRANCH = 'develop' +BRANCH = 'master'