diff --git a/CHANGELOG.md b/CHANGELOG.md index 00af39211..87717e614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## ## [2.5.0] - 2015-07-16 ### Fixed * Shapefile downloads for datasets greater than 1000 features and less than 5000 are now fixed @@ -320,6 +320,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.5.0]: https://github.com/Esri/koop/compare/v2.4.2...v2.5.0 [2.4.2]: https://github.com/Esri/koop/compare/v2.4.1...v2.4.2 [2.4.1]: https://github.com/Esri/koop/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/Esri/koop/compare/v2.3.0...v2.4.0 diff --git a/package.json b/package.json index e2e292c49..69e2cdd9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koop", - "version": "2.4.2", + "version": "2.5.0", "description": "A node module/express middleware for converting GeoJSON to Esri Feature Services.", "main": "index.js", "scripts": {