diff --git a/CHANGELOG.md b/CHANGELOG.md index 559d830..bf5b215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.9.0 + +- Add `geocoderDataIterator`. + # 0.8.2 - Robustify error handling in `getGeocoderdata`. diff --git a/package.json b/package.json index 6d66b74..cac74e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mbtiles", - "version": "0.8.2", + "version": "0.9.0", "description": "Utilities and tilelive integration for the MBTiles format.", "url": "http://github.com/mapbox/node-mbtiles", "author": "Mapbox (https://www.mapbox.com)", @@ -23,7 +23,8 @@ "Will White ", "Dane Springmeyer ", "Young Hahn ", - "Konstantin Käfer " + "Konstantin Käfer ", + "Andrew Pendleton " ], "dependencies": { "d3-queue": "~2.0.3",