diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6d1ea32..e6a5f2f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.2] - 2015-04-02 +### Changed +* Small data exports in worker mode now use the regular exportToFormat workflow in Exporter.js + ## [2.0.1] - 2015-04-01 ### Changed * Forcing status processing on progress reporting from export worker jobs @@ -153,6 +157,7 @@ Koop is now just a node module that exposes an express middleware app with hooks - koop-server is no more; all central code is in the koop project - to use Koop you must use it as middleware in an app that boots up an http server +[2.0.2]: https://github.com/Esri/koop/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Esri/koop/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Esri/koop/compare/v1.1.2...v2.0.0 [1.1.2]: https://github.com/Esri/koop/compare/v1.1.1...v1.1.2 diff --git a/package.json b/package.json index 5affc380e..d174efa14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koop", - "version": "2.0.1", + "version": "2.0.2", "description": "A node module/express middleware for converting GeoJSON to Esri Feature Services.", "main": "index.js", "scripts": {