Please refer to [core release notes](https://github.com/znsio/specmatic/releases/tag/0.78.0)
0.19.0
Please refer to [core release notes](https://github.com/znsio/specmatic/releases/tag/0.77.1)
0.18.0
- Resolving issue [718](https://github.com/znsio/specmatic/discussions/718) - Minor bug fixes in core jar - refer to [core release notes](https://github.com/znsio/specmatic/releases/tag/0.76.1)
0.17.0
Upgraded to Specmatic Core 0.76.0 . Enhancements to API Coverage Report: 1. Identify mismatch between open api specification and actual implementation. 2. Detect endpoints which are implemented in the application, but not documented in the specification and vice-versa. 3. Fail the build based on API Coverage Report success criteria.
0.16.0
Upgraded to Specmatic Core version 0.75.2.
0.15.1
Coverage module fixes: Fixed bug in determining all the methods defined for a route. Fixed bug in adapting routes with multiple methods in Sanic apps.