From d2b76b5ea65a7c6967bee6f71c90731e99f714be Mon Sep 17 00:00:00 2001 From: Erica Fischer Date: Wed, 9 Aug 2023 11:43:35 -0700 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 4 ++++ version.hpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff7064c3..6e226650a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.29.0 + +* Add tippecanoe-overzoom tool + # 2.28.1 * Allow --set-attribute to override an existing attribute value diff --git a/version.hpp b/version.hpp index 647182167..2c3fb7a8f 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "v2.28.1" +#define VERSION "v2.29.0" #endif