Update changelog and version

This commit is contained in:
Eric Fischer 2019-04-08 16:32:39 -07:00
parent ffab876002
commit a8a183df2d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 1.34.1
* Don't run shell filters if the current zoom is below the minzoom
* Fix -Z and -z for tile directories in tile-join and tippecanoe-decode
* Return a successful error status for --help and --version
## 1.34.0
* Record the command line options in the tileset metadata

View File

@ -1,6 +1,6 @@
#ifndef VERSION_HPP
#define VERSION_HPP
#define VERSION "v1.34.0"
#define VERSION "v1.34.1"
#endif