From defa0c676261503a3bebc574cb5dd4ff0727b381 Mon Sep 17 00:00:00 2001 From: Erica Fischer Date: Thu, 21 Sep 2023 10:55:33 -0700 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 8 ++++++++ version.hpp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d650a2450..ba4664b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.32.1 + +* Reduce memory usage of --no-simplification-of-shared-nodes for polygons + +# 2.32.0 + +* Extend --no-simplification-of-shared-nodes to also simplify shared polygon borders consistently + # 2.31.0 * Fix tile-join crash when trying to join empty tilesets diff --git a/version.hpp b/version.hpp index 86a189f92..9d8e4b143 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "v2.31.0" +#define VERSION "v2.32.1" #endif