diff --git a/CHANGELOG.md b/CHANGELOG.md index a6335d3..cf2a0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/LabShare/services-auth/compare/v1.20.0...v2.0.0) (2018-07-16) + + +### Features + +* rename "organization" configuration option to "tenant" AUTH-1217 ([13bd13d](https://github.com/LabShare/services-auth/commit/13bd13d)) + + +### BREAKING CHANGES + +* The "organization" configuration option is now "tenant". + # [1.20.0](https://github.com/LabShare/services-auth/compare/v1.19.0...v1.20.0) (2018-06-30) diff --git a/package.json b/package.json index e2d1745..8c75628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labshare/services-auth", - "version": "1.20.0", + "version": "2.0.0", "description": "LabShare Services plugin for resource scope-based HTTP route and socket authorization", "main": "./", "scripts": {