diff --git a/CHANGE_HISTORY.md b/CHANGE_HISTORY.md index 47444c69..825f96b5 100644 --- a/CHANGE_HISTORY.md +++ b/CHANGE_HISTORY.md @@ -1,3 +1,13 @@ +## 4.12.3 (2021-03-07) + +* chore: change history ([b0be2d6](https://github.com/cdimascio/express-openapi-validator/commit/b0be2d6)) +* chore: increment patch version ([47cdd87](https://github.com/cdimascio/express-openapi-validator/commit/47cdd87)) +* chore: increment patch version ([7862ee7](https://github.com/cdimascio/express-openapi-validator/commit/7862ee7)) +* fix: validate api spec by default ([4637d2c](https://github.com/cdimascio/express-openapi-validator/commit/4637d2c)) +* doc: update README ([ce01bf8](https://github.com/cdimascio/express-openapi-validator/commit/ce01bf8)) + + + ## 4.12.2 (2021-03-07) * doc: Add NestJS Example (#554) ([61ddf2b](https://github.com/cdimascio/express-openapi-validator/commit/61ddf2b)), closes [#554](https://github.com/cdimascio/express-openapi-validator/issues/554)