diff --git a/CHANGELOG.md b/CHANGELOG.md index b28e151e..b6aa7562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## [1.5.29](https://github.com/networknt/light-rest-4j/tree/1.5.29) (2019-02-16) +[Full Changelog](https://github.com/networknt/light-rest-4j/compare/1.5.28...1.5.29) + +**Closed issues:** + +- JwtVerifyHandler needs to handle properly the value returned by the Config module [\#70](https://github.com/networknt/light-rest-4j/issues/70) + +**Merged pull requests:** + +- Including some dependencies that are failing the build when executed in a build server [\#73](https://github.com/networknt/light-rest-4j/pull/73) ([NicholasAzar](https://github.com/NicholasAzar)) +- fixes the wrong test as the header maximum validation is working [\#72](https://github.com/networknt/light-rest-4j/pull/72) ([stevehu](https://github.com/stevehu)) +- JwtVerifyHandler fix - fixes \#70 [\#71](https://github.com/networknt/light-rest-4j/pull/71) ([ddobrin](https://github.com/ddobrin)) +- added Response Validator to validate response content [\#69](https://github.com/networknt/light-rest-4j/pull/69) ([BalloonWen](https://github.com/BalloonWen)) +- Fixed validation of path parameters and query parameters [\#68](https://github.com/networknt/light-rest-4j/pull/68) ([jiachen1120](https://github.com/jiachen1120)) + +## [1.5.28](https://github.com/networknt/light-rest-4j/tree/1.5.28) (2019-01-13) +[Full Changelog](https://github.com/networknt/light-rest-4j/compare/1.5.27...1.5.28) + ## [1.5.27](https://github.com/networknt/light-rest-4j/tree/1.5.27) (2019-01-12) [Full Changelog](https://github.com/networknt/light-rest-4j/compare/2.0.0-BETA2...1.5.27)