v0.7.0
Support for considering the OpenAPI version in response.ValidateResponseSchema and request.ValidateRequestSchema.
Each function signature contains a breaking change.
In ValidateRequestSchema and ValidateResponseSchema, I think the version should ideally be passed as a parameter via config.Option, but since all other functions were passing the version as an argument, I followed suit.
(For example, the intent of the arguments of helpers.NewCompiledSchemaWithVersion becomes unclear.)