From 360d3c5f1875303d4d50cbbacf9b36df6bcdf89b Mon Sep 17 00:00:00 2001
From: Conventional Changelog Action <conventional.changelog.action@github.com>
Date: Fri, 1 Mar 2024 06:01:42 +0000
Subject: [PATCH] chore(release): v0.8.1 [skip ci]

---
 CHANGELOG.md | 25 ++++++++++---------------
 Cargo.toml   |  2 +-
 2 files changed, 11 insertions(+), 16 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb56a95..cd33e94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## [0.8.1](https://github.com/DevYukine/red_oxide/compare/v0.8.0...v0.8.1) (2024-03-01)
+
+
+### Bug Fixes
+
+* **redacted:** minimalize url bbcode to improve integration with other tools ([6a0ac4b](https://github.com/DevYukine/red_oxide/commit/6a0ac4bfc0b3d58e19f671dc2075444491b50c44))
+* **spectrogram:** use correct error message for failing to create spectrogram ([132aac3](https://github.com/DevYukine/red_oxide/commit/132aac347d2e6c670d822fd3c0ab97a4e40441f8))
+
+
+
 # [0.8.0](https://github.com/DevYukine/red_oxide/compare/v0.7.2...v0.8.0) (2024-01-16)
 
 
@@ -55,18 +65,3 @@
 
 
 
-# [0.6.0](https://github.com/DevYukine/red_oxide/compare/v0.5.0...v0.6.0) (2023-04-23)
-
-
-### Bug Fixes
-
-* **redacted:** check if files exceed redacteds allowed path limit ([020afab](https://github.com/DevYukine/red_oxide/commit/020afabfda15655c00f6dee6b869fc1b0f65c593))
-
-
-### Features
-
-* add way to set allowed transcode targets in cli & via the config ([90d2b02](https://github.com/DevYukine/red_oxide/commit/90d2b0261345ab3fcb8d7c439419272f3d86a7c3))
-* **redacted:** add version to upload description ([3b56f9d](https://github.com/DevYukine/red_oxide/commit/3b56f9d0e4dd48346bacf4bc80b201bf78715711))
-
-
-
diff --git a/Cargo.toml b/Cargo.toml
index 0393f23..62002cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "red_oxide"
-version = "0.8.0"
+version = "0.8.1"
 edition = "2021"
 build = "build.rs"
 authors = ["DevYukine devyukine@gmx.de"]