From 209a31b53a306cc8b0d7e5eb54b6a4025f4ee6c5 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Wed, 16 Jan 2019 12:25:17 -0600 Subject: [PATCH] version bump + changelog --- CHANGELOG.md | 17 ++++++++++++++++- varken/__init__.py | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d337c2a..ae09124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [v1.6.3](https://github.com/Boerderij/Varken/tree/v1.6.3) (2019-01-16) +[Full Changelog](https://github.com/Boerderij/Varken/compare/v1.6.2...v1.6.3) + +**Implemented enhancements:** + +- \[Feature Request\] ARM, ARMHF and ARM64 Docker Images [\#71](https://github.com/Boerderij/Varken/issues/71) + +**Fixed bugs:** + +- \[BUG\] Newer influxdb has timeouts and connection errors [\#93](https://github.com/Boerderij/Varken/issues/93) + +**Merged pull requests:** + +- v1.6.3 Merge [\#94](https://github.com/Boerderij/Varken/pull/92) ([DirtyCajunRice](https://github.com/DirtyCajunRice)) + ## [v1.6.2](https://github.com/Boerderij/Varken/tree/v1.6.2) (2019-01-12) [Full Changelog](https://github.com/Boerderij/Varken/compare/v1.6.1...v1.6.2) @@ -9,7 +24,7 @@ **Merged pull requests:** -- v1.6.2 Merge [\#90](https://github.com/Boerderij/Varken/pull/92) ([DirtyCajunRice](https://github.com/DirtyCajunRice)) +- v1.6.2 Merge [\#92](https://github.com/Boerderij/Varken/pull/92) ([DirtyCajunRice](https://github.com/DirtyCajunRice)) ## [v1.6.1](https://github.com/Boerderij/Varken/tree/v1.6.1) (2019-01-12) [Full Changelog](https://github.com/Boerderij/Varken/compare/v1.6...v1.6.1) diff --git a/varken/__init__.py b/varken/__init__.py index f9217a7..196ac44 100644 --- a/varken/__init__.py +++ b/varken/__init__.py @@ -1,2 +1,2 @@ VERSION = "1.6.3" -BRANCH = 'pre-nightly' +BRANCH = 'master'