diff --git a/CHANGELOG.md b/CHANGELOG.md index c778a2cc..a59f6400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2.39.0 (Unreleased) +## 2.39.0 (2023-01-22) - Added support for LSYOI and SDUT OnlineJudge (thanks [@zymooll](https://github.com/zymooll) for the LSYOI parser) ## [2.38.2](https://github.com/jmerle/competitive-companion/releases/tag/2.38.2) (2022-12-24) diff --git a/package.json b/package.json index 36e8dd1f..85f75e13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "competitive-companion", "productName": "Competitive Companion", - "version": "2.38.2", + "version": "2.39.0", "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",