diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af3853..6ba2036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.0.2 (2022-01-11) +## SECURITY PATCH +### Fixes +* [**SECURITY**] Fix XSS exploit on main page when injecting title from query (cb0ec9df) +* Fix only having 3 options available when using the JS-free version of the front page (cb0ec9df) +* Fix duplicated entries merging into one option, leading to polls with a single option (39d14aff) +* Fix header not linking back to home (9e706fb4) + ## v1.0.1 (2022-01-10) ### Fixes * Fixed heroku losing MySQL database connection on wakeup (1ad2c8c1) diff --git a/package.json b/package.json index c0a168e..d69c47c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poll-horse", - "version": "1.0.1", + "version": "1.0.2", "description": "Make polls to vote on easily", "main": "dist/main.js", "types": "dist/main.d.ts",