Skip to content

Commit edde54b

Browse files
committed
Bump version to 2.0.0
1 parent e4d8704 commit edde54b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ When a new version is tagged, the changes since the last deploy should be labele
66
with the current semantic version and the next changes should go under a **[Next]** header.
77

88
## [Next]
9+
10+
## v2.0.0
911
* Refactor authentication to support multiple logins and institutions. ([@nwalters512](https://github.com/nwalters512) in [#283](https://github.com/illinois/queue/pull/283))
1012

1113
* Update API doc ([@jackieo5023](https://github.com/jackieo5023) in [#303](https://github.com/illinois/queue/pull/303))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "queue",
3-
"version": "1.4.1",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "node server.js",
66
"scripts": {

0 commit comments

Comments
 (0)