diff --git a/CHANGELOG.md b/CHANGELOG.md index 08596409..8194b615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ with the current semantic version and the next changes should go under a **[Next ## [Next] +## v1.2.0 + * Fix sequelize stream handling of bulk updates. ([@nwalters512](https://github.com/nwalters512) in [#270](https://github.com/illinois/queue/pull/270)) * Add dark mode. ([@nwalters512](https://github.com/nwalters512) in [#273](https://github.com/illinois/queue/pull/273)) * Hides the create queue button when creating a queue and the create course button when creating a course. ([@jackieo5023](https://github.com/jackieo5023) in [#274](https://github.com/illinois/queue/pull/274)) diff --git a/package-lock.json b/package-lock.json index 89b2a81d..a8ede960 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ffd3dd2..2ae79ba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.1.0", + "version": "1.2.0", "description": "", "main": "node server.js", "scripts": {