diff --git a/CHANGELOG.md b/CHANGELOG.md index cd891f48..b84ed9a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +v1.1.2 +------ + +* Ignore extra coordinates (e.g: z) in reprojection function. See [#148](https://github.com/tilezen/tilequeue/pull/148). + v1.1.1 ------ * Use queue name from message to acknowledge message. See [#134](https://github.com/tilezen/tilequeue/issues/134). diff --git a/VERSION b/VERSION index 8cfbc905..8428158d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 \ No newline at end of file +1.1.2 \ No newline at end of file