diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b6ef45f..60ec0f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ When a new version is tagged, the changes since the last deploy should be labele with the current semantic version and the next changes should go under a **[Next]** header. ## [Next] + +## v2.0.0 * Refactor authentication to support multiple logins and institutions. ([@nwalters512](https://github.com/nwalters512) in [#283](https://github.com/illinois/queue/pull/283)) * Update API doc ([@jackieo5023](https://github.com/jackieo5023) in [#303](https://github.com/illinois/queue/pull/303)) diff --git a/package-lock.json b/package-lock.json index 723ba1f8..6b130bef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.4.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab766bec..0fc56315 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.4.1", + "version": "2.0.0", "description": "", "main": "node server.js", "scripts": {