changelog and version bump for master release v1.4

This commit is contained in:
Nicholas St. Germain 2018-12-18 21:59:24 -06:00
parent 2cc7ef7be0
commit 8978bb380f
3 changed files with 20 additions and 4 deletions

View file

@ -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:**

View file

@ -17,7 +17,7 @@ Requirements:
<p align="center">
Example Dashboard
<img width="800" src="https://nickflix.io/sharex/ZPESqG6BdS.png">
<img width="800" src="https://nickflix.io/sharex/firefox_NxdrqisVLF.png">
</p>
Supported Modules:

View file

@ -1,2 +1,2 @@
VERSION = 1.3
BRANCH = 'nightly'
VERSION = 1.4
BRANCH = 'master'