diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d9327..a8464dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.13.0 + +* Add the ability to specify layer names within the GeoJSON input + ## 1.12.11 * Don't try to revive a placeholder for a degenerate polygon that had negative area diff --git a/version.hpp b/version.hpp index 1377088..46f655d 100644 --- a/version.hpp +++ b/version.hpp @@ -1 +1 @@ -#define VERSION "tippecanoe v1.12.11\n" +#define VERSION "tippecanoe v1.13.0\n"