diff --git a/CHANGELOG.md b/CHANGELOG.md index a26b8a1..8c842f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2.51.1 (Unreleased) +## [2.51.1](https://github.com/jmerle/competitive-companion/releases/tag/2.51.1) (2024-03-17) - Fixed the parsing of AlgoZenith problems on its maang.in website (thanks [@rohitzerofour](https://github.com/rohitzerofour)) - Fixed the parsing of Baekjoon Online Judge problems in active contests - Fixed the parsing of certain Mendo problems diff --git a/package.json b/package.json index a31e02b..39e9f8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "competitive-companion", "productName": "Competitive Companion", - "version": "2.51.0", + "version": "2.51.1", "description": "Parses competitive programming problems and sends them to various tools like CP Editor and CPH.", "repository": "https://github.com/jmerle/competitive-companion", "author": "Jasper van Merle",