From 1a9db5e6f715355f027a26da50971c43fc97ec46 Mon Sep 17 00:00:00 2001 From: aza547 Date: Mon, 2 Sep 2024 07:59:56 +0100 Subject: [PATCH] add the new TWW bg --- CHANGELOG.md | 5 ++++- release/app/package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c37f459b..2a92c1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Changed ### Added -- [Issue 521](https://github.com/aza547/wow-recorder/issues/521) - Add support for Deephaul Ravine. ### Fixed +## [6.0.1] - 2024-09-02 +### Fixed +- [Issue 521](https://github.com/aza547/wow-recorder/issues/521) - Missing support for the new Deephaul Ravine battleground. + ## [6.0.0] - 2024-08-27 ### Changed - [PR 517](https://github.com/aza547/wow-recorder/pull/517) - Major rework of the UI, big thanks to Stephix for contributing this. diff --git a/release/app/package.json b/release/app/package.json index c8281a3d..cc13cc90 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "WarcraftRecorder", - "version": "6.0.0", + "version": "6.0.1", "description": "A World of Warcraft screen recorder", "main": "./dist/main/main.js", "author": {