diff --git a/CHANGELOG.md b/CHANGELOG.md index 20edf8fa..81ef86c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.72.0 + +* Add --clip-polygon-file and --feature-filter-file options to tippecanoe-overzoom + # 2.71.0 * Add --clip-bounding-box and --clip-polygon options to tippecanoe-overzoom diff --git a/version.hpp b/version.hpp index a67e7576..bf022696 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "v2.71.0" +#define VERSION "v2.72.0" #endif