diff --git a/CHANGELOG.md b/CHANGELOG.md index 420f8e8d8..85aad2301 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.10.4] - 2015-11-18 ### Changed * Increase logging of errors in export worker @@ -523,6 +523,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.10.4]: https://github.com/koopjs/koop/compare/v2.10.3...v2.10.4 [2.10.3]: https://github.com/koopjs/koop/compare/v2.10.2...v2.10.3 [2.10.2]: https://github.com/koopjs/koop/compare/v2.10.1...v2.10.2 [2.10.1]: https://github.com/koopjs/koop/compare/v2.10.0...v2.10.1 diff --git a/package.json b/package.json index c58d0952c..0ae410611 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koop", "description": "Transform, query, & download geospatial data on the web", - "version": "2.10.3", + "version": "2.10.4", "author": { "name": "Chris Helm" },