diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 75fb8503..8babb048 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed ### Fixed + +## [3.10.1] - 2023-04-11 +### Fixed - [Issue 373](https://github.com/aza547/wow-recorder/issues/373) - Fixed an issue where the Mythic+ UI didn't display correctly due to combatant bleed. - [Issue 372](https://github.com/aza547/wow-recorder/issues/372) - Improve the help text next to the force stop button. diff --git a/release/app/package.json b/release/app/package.json index b823a6bc..cbe8a87f 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "WarcraftRecorder", - "version": "3.10.0", + "version": "3.10.1", "description": "A World of Warcraft screen recorder", "main": "./dist/main/main.js", "author": {