diff --git a/CHANGELOG.md b/CHANGELOG.md index abbb5f774..cee58d974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v3.6.1](https://github.com/staart/api/compare/v3.6.0...v3.6.1) (2020-11-17) + +### 🐛 Bug fixes + +- [`d1e7c654`](https://github.com/staart/api/commit/d1e7c654) Remove unauthorized scopes from API keys + ## [v3.6.0](https://github.com/staart/api/compare/v3.5.6...v3.6.0) (2020-11-16) ### ✨ New features diff --git a/package-lock.json b/package-lock.json index 8934345f1..51af6dd9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@staart/api", - "version": "3.6.0", + "version": "3.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5c9ac494f..a341547db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@staart/api", - "version": "3.6.0", + "version": "3.6.1", "description": "SaaS backend framework with users, payments, APIs, and more", "repository": "git@github.com:staart/api.git", "author": "Anand Chowdhary ",