diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad9ec5..f3e6ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.6-nightly](https://github.com/Boerderij/Varken/tree/v1.6-nightly) (2019-01-02) +[Full Changelog](https://github.com/Boerderij/Varken/compare/v1.5...v1.6-nightly) + +**Implemented enhancements:** + +- Fix missing variables in varken.ini automatically [\#81](https://github.com/Boerderij/Varken/issues/81) +- Create Wiki for FAQ and help docs [\#80](https://github.com/Boerderij/Varken/issues/80) + ## [v1.5](https://github.com/Boerderij/Varken/tree/v1.5) (2018-12-30) [Full Changelog](https://github.com/Boerderij/Varken/compare/v1.4...v1.5) @@ -158,4 +166,4 @@ - Create crontabs [\#6](https://github.com/Boerderij/Varken/pull/6) ([ghost](https://github.com/ghost)) - update plex\_dashboard.json [\#5](https://github.com/Boerderij/Varken/pull/5) ([ghost](https://github.com/ghost)) - Update README.md [\#4](https://github.com/Boerderij/Varken/pull/4) ([ghost](https://github.com/ghost)) -- added sickrage portion [\#3](https://github.com/Boerderij/Varken/pull/3) ([ghost](https://github.com/ghost)) +- added sickrage portion [\#3](https://github.com/Boerderij/Varken/pull/3) ([ghost](https://github.com/ghost)) \ No newline at end of file diff --git a/varken/__init__.py b/varken/__init__.py index f055e02..334a91d 100644 --- a/varken/__init__.py +++ b/varken/__init__.py @@ -1,2 +1,2 @@ VERSION = 1.6 -BRANCH = 'pre-nightly' +BRANCH = 'nightly'