Skip to content

Commit

Permalink
Release version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Jun 5, 2018
1 parent 1fd6cf8 commit 108b34d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
@@ -1,5 +1,15 @@
Changelog
=========
2.2.0 (2018-06-05)
------------------
- Add support for reading YAML files - #74
- Make sure operationIds are unique within the same tag - #93
- Validate that array models in the top-level definitions have an ``items`` property (validation for array models in other places will come in a future release) - #95
- Responses (the mapping of HTTP status codes to Response objects) cannot be a reference - #92
- ``$ref`` values need to be strings - #83. Thanks ceridwen for your contribution!
- Ensure that default values are compliant with the spec - #82
- More helpful error message when encountering unresolvable path params - #72. Thanks daym for your contribution!

2.1.0 (2017-03-21)
------------------
- Properly validate polymorphic objects - #68
Expand Down
2 changes: 1 addition & 1 deletion swagger_spec_validator/__about__.py
Expand Up @@ -12,7 +12,7 @@
__summary__ = "Validation of Swagger specifications"
__uri__ = "http://github.com/Yelp/swagger_spec_validator"

__version__ = "2.1.0"
__version__ = "2.2.0"

__author__ = "John Billings"
__email__ = "billings@yelp.com"
Expand Down

0 comments on commit 108b34d

Please sign in to comment.