From 3b9dd66eb98bd4d6ec6e7d83801e6e6bf239ed77 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sun, 25 Oct 2020 22:52:11 -0400 Subject: [PATCH] chore: update change log --- CHANGE_HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGE_HISTORY.md b/CHANGE_HISTORY.md index b3e86886..879c21fa 100644 --- a/CHANGE_HISTORY.md +++ b/CHANGE_HISTORY.md @@ -1,3 +1,12 @@ +## 4.3.1 (2020-10-26) + +* chore: change history ([d1ebf76](https://github.com/cdimascio/express-openapi-validator/commit/d1ebf76)) +* chore: increment patch version ([d2ccff2](https://github.com/cdimascio/express-openapi-validator/commit/d2ccff2)), closes [#400](https://github.com/cdimascio/express-openapi-validator/issues/400) [#389](https://github.com/cdimascio/express-openapi-validator/issues/389) +* (fix) #400 readOnly does not work together with polymorphic oneOf. (#414) ([da55514](https://github.com/cdimascio/express-openapi-validator/commit/da55514)), closes [#400](https://github.com/cdimascio/express-openapi-validator/issues/400) [#414](https://github.com/cdimascio/express-openapi-validator/issues/414) [#400](https://github.com/cdimascio/express-openapi-validator/issues/400) +* add/fix tests for request/response allOf ([80e84a3](https://github.com/cdimascio/express-openapi-validator/commit/80e84a3)) + + + ## 4.3.0 (2020-10-24) * add node 15 build and test (#411) ([63da476](https://github.com/cdimascio/express-openapi-validator/commit/63da476)), closes [#411](https://github.com/cdimascio/express-openapi-validator/issues/411)