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"