diff --git a/CHANGELOG.md b/CHANGELOG.md index ae134e42..20edf8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.71.0 + +* Add --clip-bounding-box and --clip-polygon options to tippecanoe-overzoom + # 2.70.1 * Raise tippecanoe-decode limit on the size of individual tiles diff --git a/version.hpp b/version.hpp index 320fd50a..a67e7576 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "v2.70.1" +#define VERSION "v2.71.0" #endif