From 0759a3283463b68a1c9cc13147310c1b57964bc9 Mon Sep 17 00:00:00 2001 From: Nathaniel Kelso Date: Tue, 24 Jan 2017 11:02:09 -0800 Subject: [PATCH 1/2] add v1.1.0 changelog details --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 043e696..3191f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +v1.1.0 +------ +* Add support for meta-tiles to group multiple formats per tile coordinate into a single ZIP archive (See [#53](https://github.com/tilezen/tileserver/issues/53)) +* Improve performance of GeoJSON and TopoJSON format generation by using ujson (See [tileserver/#139](https://github.com/tilezen/tilequeue/issues/139)) +* Add support for psycopg2 connection pools (See [#59](https://github.com/tilezen/tileserver/pull/59) and [tilequeue/#141](https://github.com/tilezen/tilequeue/issues/141)) + v1.0.1 ------ * Improvements to documentation. From 3b478237b9f941f9137475df9844dd0794ef8fd7 Mon Sep 17 00:00:00 2001 From: Nathaniel Kelso Date: Tue, 24 Jan 2017 11:47:17 -0800 Subject: [PATCH 2/2] bump version to 1.1.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7f20734..1cc5f65 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