diff --git a/Changelog b/Changelog index 753fc79..7332764 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,9 @@ +2019-02-20 version 0.8.4 +- FIX: Post-installation script fails (#291) +- NEW: revgeod is queried with &app=recorder +- UPD: Add `acc` field to GeoJSON point feature properties (#283) + 2019-01-11 version 0.8.3 - FIX: lat,lon in leaflet views - FIX: fix paths to be relative to docroot for map/, views/, and last/ diff --git a/version.h b/version.h index f6027bc..7b9bbc9 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.8.3" +#define VERSION "0.8.4"