From 8978bb380fa917db42c55080549aef96e25f530d Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Tue, 18 Dec 2018 21:59:24 -0600 Subject: [PATCH] changelog and version bump for master release v1.4 --- CHANGELOG.md | 18 +++++++++++++++++- README.md | 2 +- varken/__init__.py | 4 ++-- 3 files changed, 20 insertions(+), 4 deletions(-) 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'