diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c608e..c881e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.2] - 2021-05-11 + +### Added + +- Official support for node 16. + ## [2.0.1] - 2020-12-02 ### Updated @@ -30,6 +36,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). Initial Release. +[2.0.2]: https://github.com/fiznool/body-parser-xml/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/fiznool/body-parser-xml/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/fiznool/body-parser-xml/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/fiznool/body-parser-xml/compare/v1.0.0...v1.1.0 diff --git a/package.json b/package.json index 261c711..2f8f03e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "body-parser-xml", - "version": "2.0.1", + "version": "2.0.2", "description": "XML parser middleware for express.js.", "main": "index.js", "scripts": {