diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f9a593..e30dd3b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.58.0 + +* Add --truncate-zooms option +* Add --line-simplification and --tiny-polygon-size options to tippecanoe-overzoom +* Adjust tile feature limit for --retain-points-multiplier +* Tune convergence rate for --coalesce-densest and --drop-densest +* Fix overreported drop and coalesce counts in strategies + # 2.57.0 * Add multi-tile input to tippecanoe-overzoom diff --git a/version.hpp b/version.hpp index db792d63..2a06a9c3 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "v2.57.0" +#define VERSION "v2.58.0" #endif