diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a4816..3b2e2ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.4.1 + +* Features that cross the antimeridian are split into two parts instead + of being partially lost off the edge + ## 1.4.0 * More polygon correctness diff --git a/version.h b/version.h index 087d6a1..5c66f11 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "tippecanoe v1.4.0\n" +#define VERSION "tippecanoe v1.4.1\n"