From 3713275a4a983471844c9042e501c25e4cbef0e5 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Fri, 4 Mar 2016 12:41:56 +0100 Subject: [PATCH] 2016-03-04 version 0.6.1 - NEW: received payload may contain _geoprec:N to override precision (#58) - FIX: view's page returns content-type --- Changelog | 3 +++ version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index d8e4c80..96d1c91 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ +2016-03-04 version 0.6.1 +- NEW: received payload may contain _geoprec:N to override precision (#58) +- FIX: view's page returns content-type 2016-03-04 version 0.6.0 - UPD: view can specify hours instead of from/to (#99) diff --git a/version.h b/version.h index 2e5e6ac..ca61105 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.6.0" +#define VERSION "0.6.1"