diff --git a/CHANGELOG.md b/CHANGELOG.md index 740a17a..213baae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.4.3] 08-23-2017 +### Fixed +* Don't throw an exception when response includes only tables +* Allow geometryType to be passed in for layer responses + ## [2.4.2] 08-22-2017 ### Fixed * check isNaN instead of falsy for extent validity @@ -185,6 +190,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.0] - 2017-01-25 * Initial Release +[2.4.3]: https://github.com/koopjs/featureserver/compare/v2.4.2...v2.4.3 [2.4.2]: https://github.com/koopjs/featureserver/compare/v2.4.1...v2.4.2 [2.4.1]: https://github.com/koopjs/featureserver/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/featureserver/featureserver/compare/v2.3.12...v2.4.0 diff --git a/package.json b/package.json index fb6569f..44f4a74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "featureserver", - "version": "2.4.2", + "version": "2.4.3", "description": "*An open source implementation of the GeoServices specification*", "main": "dist/index.js", "directories": {