diff --git a/CHANGELOG.md b/CHANGELOG.md index 900ba0c4..288eced3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [2.31.1](https://github.com/jmerle/competitive-companion/releases/tag/2.31.1) (2021-12-18) - Fixed the parsing of DMOJ contest names - Fixed the parsing of HackerEarth titles when parsing contest problems - Fixed the parsing of Library Checker problems diff --git a/package.json b/package.json index 0f63ce6e..566ad803 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "competitive-companion", "productName": "Competitive Companion", - "version": "2.31.0", + "version": "2.31.1", "description": "Parses competitive programming problems and sends them to various tools like CHelper and Hightail.", "repository": "https://github.com/jmerle/competitive-companion", "author": "Jasper van Merle",