Skip to content

Commit

Permalink
update change log and version
Browse files Browse the repository at this point in the history
  • Loading branch information
chelm committed Mar 2, 2015
1 parent acb4504 commit b6e2efd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

## [1.0.17](https://github.com/Esri/koop/releases/tag/v1.0.17) - 2015-03-02
###Changed
- Koop longer ships with default support for PostGIS or Spatiallite. These have become optional plugins
- this means that need to be added the koop module at server start up time
- koop now ships with a Local cache out of the box that is not persisted across server sessions


## [1.0.16](https://github.com/Esri/koop/releases/tag/v1.0.16) - 2015-02-13
###Changed
- Fized the package json missing the multipart post module
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koop",
"version": "1.0.16",
"version": "1.0.17",
"description": "A node module/express middleware for converting GeoJSON to Esri Feature Services.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b6e2efd

Please sign in to comment.