diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b70e6..175e2ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.3.2 (2022-02-13) +### Changes & Fixes +* Fix IP duplication checking behind proxies - [c9ef0788](https://github.com/Wolvan/poll.horse/commit/c9ef0788) + ## v1.3.1 (2022-02-04) ### Changes & Fixes * Fix failing to fetch poll from database due to duplication data field being too small - [8bf01551](https://github.com/Wolvan/poll.horse/commit/8bf01551) diff --git a/package.json b/package.json index 9de6470..606a1e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poll-horse", - "version": "1.3.1", + "version": "1.3.2", "description": "Make polls to vote on easily", "main": "dist/main.js", "types": "dist/main.d.ts",