diff --git a/CHANGELOG.md b/CHANGELOG.md index ff9783a7..5003bd2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +v1.1.0 +------ +* Add command to dump the tiles of interest list to a text file +* Add support for generating metatiles +* Add priority queues implementation +* Increase topojson scale from 1024 -> 4096 + v1.0.1 ------ * Add bbox filter to test for partial overlapping, rather than intersecting, the bbox. diff --git a/VERSION b/VERSION index 7f207341..1cc5f657 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.1.0 \ No newline at end of file