diff --git a/CHANGELOG.md b/CHANGELOG.md index 200532f..2e7c644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,23 @@ # Change Log -## [v1.7.2](https://github.com/Boerderij/Varken/tree/v1.7.2) (2019-06-23) -[Full Changelog](https://github.com/Boerderij/Varken/compare/1.7.1...v1.7.2) +## [v1.7.3](https://github.com/Boerderij/Varken/tree/v1.7.3) (2019-08-09) +[Full Changelog](https://github.com/Boerderij/Varken/compare/1.7.2...v1.7.3) + +**Implemented enhancements:** + +- \#141 Take monitored status into account for Missing Available Movies check [\#145](https://github.com/Boerderij/Varken/pull/145) ([mikeporterdev](https://github.com/mikeporterdev)) + +**Fixed bugs:** + +- \[BUG\] Varken Crashes when ini is read only [\#146](https://github.com/Boerderij/Varken/issues/146) +- \[BUG\] Missing Available Movies/TV Shows does not take Monitored status into account [\#141](https://github.com/Boerderij/Varken/issues/141) + +**Merged pull requests:** + +- v1.7.3 Merge [\#149](https://github.com/Boerderij/Varken/pull/149) ([DirtyCajunRice](https://github.com/DirtyCajunRice)) + +## [1.7.2](https://github.com/Boerderij/Varken/tree/1.7.2) (2019-06-24) +[Full Changelog](https://github.com/Boerderij/Varken/compare/1.7.1...1.7.2) **Implemented enhancements:** @@ -295,4 +311,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 4088c02..754c281 100644 --- a/varken/__init__.py +++ b/varken/__init__.py @@ -1,2 +1,2 @@ VERSION = "1.7.3" -BRANCH = 'develop' +BRANCH = 'master'