From a5cf3581ef2a1eb1ef445053dc5a3a9055f155a8 Mon Sep 17 00:00:00 2001 From: Erica Fischer Date: Thu, 21 Nov 2024 09:11:30 -0800 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 8713a49f..ae134e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.70.1 + +* Raise tippecanoe-decode limit on the size of individual tiles + # 2.70.0 * Performance improvements to tippecanoe-overzoom with attribute exclusion diff --git a/version.hpp b/version.hpp index f9ffe4ac..320fd50a 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "v2.70.0" +#define VERSION "v2.70.1" #endif