:version:`0.2.0 <v0.1.0...v0.2.0>` - 2019-09-05
-----------------------------------------------
**Added**
- Open API 3.0 support. :issue:`10`
- "header" parameters. :issue:`7`
**Changed**
- Handle errors during collection / executions as failures.
- Use ``re.search`` for pattern matching in ``filter_method``/``filter_endpoint`` instead of ``fnmatch``. :issue:`18`
- ``Case.body`` contains properties from the target schema, without the extra level of nesting.
**Fixed**
- ``KeyError`` on collection when "basePath" is absent. :issue:`16`