From 73e203d6ca6d9fb530494dedae96ddaaae75b416 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Sun, 16 Dec 2018 00:59:58 -0600 Subject: [PATCH] Changelog + version bump --- CHANGELOG.md | 8 ++++++++ varken/__init__.py | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c3fe2..ff3fafd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.2-nightly](https://github.com/Boerderij/Varken/tree/v1.2-nightly) (2018-12-16) +[Full Changelog](https://github.com/Boerderij/Varken/compare/v1.1...v1.2-nightly) + +**Implemented enhancements:** + +- \[Feature Request\]: Pull list of requests \(instead of just counts\) [\#58](https://github.com/Boerderij/Varken/issues/58) +- Feature Request , Add Sickchill [\#48](https://github.com/Boerderij/Varken/issues/48) + ## [v1.1](https://github.com/Boerderij/Varken/tree/v1.1) (2018-12-11) [Full Changelog](https://github.com/Boerderij/Varken/compare/v1.0...v1.1) diff --git a/varken/__init__.py b/varken/__init__.py index c3ef0d4..b5a808d 100644 --- a/varken/__init__.py +++ b/varken/__init__.py @@ -1 +1,2 @@ -VERSION = 1.1 +VERSION = 1.2 +BRANCH = 'nightly'