From 8280c3f99d8896d66b524c2ac52f0090902820d8 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 27 Jul 2017 13:44:51 -0700 Subject: [PATCH] Bump version number --- CHANGELOG.md | 4 ++++ version.hpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f97dcfc..e5e72aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.21.0 + +* Generate layer, feature, and attribute statistics as part of tileset metadata + ## 1.20.1 * Close mbtiles file properly when there are no valid features in the input diff --git a/version.hpp b/version.hpp index 3936e9f..f553260 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "tippecanoe v1.20.1\n" +#define VERSION "tippecanoe v1.21.0\n" #endif