From 9b6fa059d263e574fc15e61d6cb3f78ff529bff5 Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Tue, 28 Jul 2015 14:43:21 -0700 Subject: [PATCH] :package: 2.5.2 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a48cdec..558eb602f 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](https://github.com/Esri/koop/compare/v2.5.1...HEAD) +## [2.5.2] - 2015-07-28 ### Added * Using [JavaScript Standard Style](https://github.com/feross/standard) @@ -340,6 +340,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.2]: https://github.com/Esri/koop/compare/v2.5.1...v2.5.2 [2.5.1]: https://github.com/Esri/koop/compare/v2.5.0...v2.5.1 [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 diff --git a/package.json b/package.json index 05750887b..dad2dd93c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koop", "description": "An Open Geospatial ETL Engine", - "version": "2.5.1", + "version": "2.5.2", "author": { "name": "Chris Helm" },