diff --git a/CHANGELOG.md b/CHANGELOG.md index 7886b11de..fe6b1993c 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.8.4] - 2015-09-24 ### Fixed * Fix path to json part 0 @@ -439,6 +439,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.8.4]: https://github.com/koopjs/koop/compare/v2.8.3...v2.8.4 [2.8.3]: https://github.com/koopjs/koop/compare/v2.8.2...v2.8.3 [2.8.2]: https://github.com/koopjs/koop/compare/v2.8.1...v2.8.2 [2.8.1]: https://github.com/koopjs/koop/compare/v2.7.2...v2.8.1 diff --git a/package.json b/package.json index 0247bc039..70d2c1164 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koop", "description": "An Open Geospatial ETL Engine", - "version": "2.9.1", + "version": "2.8.4", "author": { "name": "Chris Helm" },