diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed17c15..9304689f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.65.5 + +* More aggressive binning when points fail the point-in-polygon test + # 2.62.4 * Fix accumulation of count and mean in overzoom diff --git a/version.hpp b/version.hpp index 90c6eb88..f6839224 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "v2.62.4" +#define VERSION "v2.62.5" #endif