diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c35f8..eda655d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Change Log -## [v1.3-nightly](https://github.com/Boerderij/Varken/tree/v1.3-nightly) (2018-12-17) +## [v1.4](https://github.com/Boerderij/Varken/tree/v1.4) (2018-12-18) +[Full Changelog](https://github.com/Boerderij/Varken/compare/v1.3-nightly...v1.4) + +**Implemented enhancements:** + +- \[Feature Request\] Add tautulli request for library stats [\#64](https://github.com/Boerderij/Varken/issues/64) + +**Fixed bugs:** + +- \[BUG\] Ombi all requests missing half of "pending" option [\#63](https://github.com/Boerderij/Varken/issues/63) +- \[BUG\] asa bug with checking for apikey [\#62](https://github.com/Boerderij/Varken/issues/62) + +**Merged pull requests:** + +- v1.4 Merge [\#65](https://github.com/Boerderij/Varken/pull/65) ([DirtyCajunRice](https://github.com/DirtyCajunRice)) + +## [v1.3-nightly](https://github.com/Boerderij/Varken/tree/v1.3-nightly) (2018-12-18) [Full Changelog](https://github.com/Boerderij/Varken/compare/v1.2-nightly...v1.3-nightly) **Implemented enhancements:** diff --git a/README.md b/README.md index 6707974..fe68aa7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Requirements:

Example Dashboard - +

Supported Modules: diff --git a/varken/__init__.py b/varken/__init__.py index ba78dc4..e19b0bd 100644 --- a/varken/__init__.py +++ b/varken/__init__.py @@ -1,2 +1,2 @@ -VERSION = 1.3 -BRANCH = 'nightly' +VERSION = 1.4 +BRANCH = 'master'