diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb45f2..477cee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.2](https://github.com/touchifyapp/fastify-oapi/compare/v1.5.1...v1.5.2) (2021-04-17) + + +### Bug Fixes + +* allow any route handlers in controllers ([9ff6e8b](https://github.com/touchifyapp/fastify-oapi/commit/9ff6e8ba99fa98a365ae5b2ba135f83c934d2199)) + ## [1.5.1](https://github.com/touchifyapp/fastify-oapi/compare/v1.5.0...v1.5.1) (2021-01-24) diff --git a/package.json b/package.json index d0b8451..61e8f95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-oapi", - "version": "1.5.1", + "version": "1.5.2", "description": "Fastify plugin to make your fastify server fully compliant with Open API v3", "author": "Touchify ", "license": "MIT",