From 469b49d83f005575da156e3d96d3f12bff2c8a97 Mon Sep 17 00:00:00 2001 From: Erica Fischer Date: Thu, 19 Sep 2024 14:02:36 -0700 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 6 ++++++ version.hpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f68a8564..e72daa75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.62.3 + +* Summary statistics with --accumulate-numeric-attributes make it from tiling through to binning +* Prefix can be specified for --accumulate-numeric-attributes +* Added --exclude and --exclude-prefix to tippecanoe-overzoom + # 2.62.2 * Pass feature ID through with bins diff --git a/version.hpp b/version.hpp index 75c15f0b..ac10795b 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "v2.62.2" +#define VERSION "v2.62.3" #endif