diff --git a/CHANGELOG.md b/CHANGELOG.md index ab69d53..1d0ec87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/digio/oaat/compare/v1.2.0...v1.3.0) (2020-10-06) + + +### Features + +* **security:** add support for OAS securitySchemes (http & apiKey) ([a5459bf](https://github.com/digio/oaat/commit/a5459bf02eaccf1d1789b522c3fa1deac3457248)) + # [1.2.0](https://github.com/digio/oaat/compare/v1.1.1...v1.2.0) (2020-09-16) diff --git a/package.json b/package.json index 8d3603d..3898f67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oaat", - "version": "1.2.0", + "version": "1.3.0", "description": "Open API AWS Tool with support for deploying an API to AWS API Gateway", "repository": { "type": "git",