From 807cac0bb735eeb432d7181472cade8923cc6c19 Mon Sep 17 00:00:00 2001 From: dmfenton Date: Thu, 24 Sep 2015 17:34:31 -0400 Subject: [PATCH] :package: 2.8.5 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a97c7d09d..5161387f9 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.5] - 2015-09-24 ### Fixed * catch omission of `new` keyword for `koop.Files` * Gracefully handle malformed esri geoms in geojson conversion @@ -446,6 +446,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.4...v2.8.5 [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 diff --git a/package.json b/package.json index 70d2c1164..a1e6fd38e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koop", "description": "An Open Geospatial ETL Engine", - "version": "2.8.4", + "version": "2.8.5", "author": { "name": "Chris Helm" },