From d255dab321bef99a7d84cb1967059747b6be599d Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Thu, 18 Apr 2019 10:29:49 -0500 Subject: [PATCH] to master 1.6.7 --- CHANGELOG.md | 16 ++++++++++++++-- varken/__init__.py | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df8c9e1..a05c17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ # Change Log -## [v1.6.6](https://github.com/Boerderij/Varken/tree/v1.6.6) (2019-03-11) -[Full Changelog](https://github.com/Boerderij/Varken/compare/1.6.5...v1.6.6) +## [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) + +**Implemented enhancements:** + +- \[BUG\] Ombi null childRequest output [\#119](https://github.com/Boerderij/Varken/issues/119) +- \[ENHANCEMENT\] Invalid entries in Sonarr's queue leaves varken unable to process the rest of the queue [\#117](https://github.com/Boerderij/Varken/issues/117) + +**Merged pull requests:** + +- v1.6.7 Merge [\#120](https://github.com/Boerderij/Varken/pull/120) ([DirtyCajunRice](https://github.com/DirtyCajunRice)) + +## [1.6.6](https://github.com/Boerderij/Varken/tree/1.6.6) (2019-03-12) +[Full Changelog](https://github.com/Boerderij/Varken/compare/1.6.5...1.6.6) **Fixed bugs:** diff --git a/varken/__init__.py b/varken/__init__.py index 5f7316d..29d8440 100644 --- a/varken/__init__.py +++ b/varken/__init__.py @@ -1,2 +1,2 @@ VERSION = "1.6.7" -BRANCH = 'develop' +BRANCH = 'master'