From f5a3ad000add07f1d5f5e72d29e1114dafbd4a88 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Mon, 3 Jun 2019 19:01:52 -0500 Subject: [PATCH] v1.7.1 Merge --- CHANGELOG.md | 15 +++++++++++++-- varken/__init__.py | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 310738ac..c93f2017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Change Log -## [v1.7.0](https://github.com/Boerderij/Varken/tree/v1.7.0) (2019-05-05) -[Full Changelog](https://github.com/Boerderij/Varken/compare/1.6.8...v1.7.0) +## [v1.7.1](https://github.com/Boerderij/Varken/tree/v1.7.1) (2019-06-03) +[Full Changelog](https://github.com/Boerderij/Varken/compare/1.7.0...v1.7.1) + +**Fixed bugs:** + +- \[BUG\] Sonarr Missing episodes column ordering is incorrect [\#133](https://github.com/Boerderij/Varken/pull/133) ([nicolerenee](https://github.com/nicolerenee)) + +**Merged pull requests:** + +- v1.7.1 Merge [\#134](https://github.com/Boerderij/Varken/pull/134) ([DirtyCajunRice](https://github.com/DirtyCajunRice)) + +## [1.7.0](https://github.com/Boerderij/Varken/tree/1.7.0) (2019-05-06) +[Full Changelog](https://github.com/Boerderij/Varken/compare/1.6.8...1.7.0) **Implemented enhancements:** diff --git a/varken/__init__.py b/varken/__init__.py index 8b51e035..b906d409 100644 --- a/varken/__init__.py +++ b/varken/__init__.py @@ -1,2 +1,2 @@ -VERSION = "1.7.0" +VERSION = "1.7.1" BRANCH = 'master'