From 9b6a31330971f984caa50e35de17a970bf431167 Mon Sep 17 00:00:00 2001 From: Erica Fischer Date: Mon, 30 Sep 2024 08:51:44 -0700 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 4 ++++ version.hpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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