diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a73f796..71919e513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.2](https://github.com/IBM/openapi-validator/compare/v0.2.1...v0.2.2) (2019-02-05) + + +### Bug Fixes + +* run security validations on security objects only ([59f26b0](https://github.com/IBM/openapi-validator/commit/59f26b0)) + # 0.2.0 - The options `-v` or `--version` now prints the semantic version of the validator - The `--print_validator_modules` short-hand option is renamed to `-p` diff --git a/package-lock.json b/package-lock.json index ec79c1d1f..4be8eebd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm-openapi-validator", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5996c87ef..fe3886dcc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ibm-openapi-validator", "description": "Configurable and extensible validator/linter for OpenAPI documents", - "version": "0.2.1", + "version": "0.2.2", "main": "src/lib/index.js", "repository": "https://github.com/IBM/openapi-validator", "license": "Apache-2.0",