diff --git a/Changelog b/Changelog index 92c20b1..2985f3b 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ +2019-01-11 version 0.8.2 +- FIX: fix paths to be relative to docroot for map/, views/, and last/ +- FIX: Link to location in table/ now uses OSM, our default (#278) 2019-01-10 version 0.8.1 - FIX: ensure geohash is sent down the tube in http diff --git a/version.h b/version.h index 41cdb45..bc08d34 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.8.1" +#define VERSION "0.8.2"