From b16408be235fa05dc396e9b71b3d907e1a11b304 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Thu, 18 Apr 2019 21:32:43 -0500 Subject: [PATCH] v1.6.8 --- CHANGELOG.md | 15 +++++++++++++-- varken/__init__.py | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) 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'