diff --git a/CHANGELOG.md b/CHANGELOG.md index 268adb6..82a42a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [2.11.1] - 04-18-2018 ### Fixed * default to templated value of display field if not provided in metadata and an `empty` fields array ### Added * if request includes `returnGeometry=false` and `outSR=`, delete the `outSR` param since no geometry will be present to reproject -## [2.11.0] - 04-16-2018 +## [2.11.0] - 04-17-2018 ### Added * provider attributes referenced by metadata `idField` are maintained as separate field in addition to OBJECTID when creating ESRI json * warnings when a provider's `idField` is not set or references non- or out-of-range integer values @@ -279,6 +279,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.0] - 2017-01-25 * Initial Release +[2.11.1]: https://github.com/koopjs/featureserver/compare/v2.11.0...v2.11.1 [2.11.0]: https://github.com/koopjs/featureserver/compare/v2.10.2...v2.11.0 [2.10.2]: https://github.com/koopjs/featureserver/compare/v2.10.1...v2.10.2 [2.10.1]: https://github.com/koopjs/featureserver/compare/v2.10.0...v2.10.1 diff --git a/package.json b/package.json index cdf1a02..a884ff6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "featureserver", - "version": "2.11.0", + "version": "2.11.1", "description": "*An open source implementation of the GeoServices specification*", "main": "dist/index.js", "directories": {