to master 1.6.7

This commit is contained in:
Nicholas St. Germain 2019-04-18 10:29:49 -05:00
parent 1ae4383b56
commit d255dab321
2 changed files with 15 additions and 3 deletions

View file

@ -1,7 +1,19 @@
# Change Log # Change Log
## [v1.6.6](https://github.com/Boerderij/Varken/tree/v1.6.6) (2019-03-11) ## [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.5...v1.6.6) [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:** **Fixed bugs:**

View file

@ -1,2 +1,2 @@
VERSION = "1.6.7" VERSION = "1.6.7"
BRANCH = 'develop' BRANCH = 'master'