diff --git a/CHANGELOG.md b/CHANGELOG.md index 4edc9ca..d4b9dbb 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.16.2] - 10-19-2018 ### Changed * Bump Winnow to 1.16.4 @@ -333,6 +333,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.0] - 2017-01-25 * Initial Release + +[2.16.2]: https://github.com/koopjs/featureserver/compare/v2.16.1...v2.16.2 [2.16.1]: https://github.com/koopjs/featureserver/compare/v2.16.0...v2.16.1 [2.16.0]: https://github.com/koopjs/featureserver/compare/v2.15.2...v2.16.0 [2.15.2]: https://github.com/koopjs/featureserver/compare/v2.15.1...v2.15.2 diff --git a/package.json b/package.json index 83c990b..98555a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "featureserver", - "version": "2.16.1", + "version": "2.16.2", "description": "*An open source implementation of the GeoServices specification*", "main": "dist/index.js", "directories": {