diff --git a/VuhDo.toc b/VuhDo.toc
index a78460aa4e575f6d6907d3ad9738652c28c65489..648158f9d34a30e1a38621258a11d4c3ef221e79 100644
--- a/VuhDo.toc
+++ b/VuhDo.toc
@@ -1,7 +1,7 @@
 ## Interface: 11302
 ## Title: VuhDo ['vu:du:]
 ## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
-## Version: 3.107-classic
+## Version: 3.108-classic
 ## Notes: Raid Frames providing click-heal functionality, buff and debuff control, main tank management and much more
 ## SavedVariablesPerCharacter: VUHDO_CONFIG, VUHDO_PANEL_SETUP, VUHDO_SPELL_ASSIGNMENTS, VUHDO_HOSTILE_SPELL_ASSIGNMENTS, VUHDO_MM_SETTINGS, VUHDO_PLAYER_TARGETS, VUHDO_MAINTANK_NAMES, VUHDO_BUFF_SETTINGS, VUHDO_POWER_TYPE_COLORS, VUHDO_SPELLS_KEYBOARD, VUHDO_SPELL_CONFIG, VUHDO_BUFF_ORDER, VUHDO_SPEC_LAYOUTS, VUHDO_GROUP_SIZE, VUHDO_RAID, VUHDO_INDICATOR_CONFIG
 ## SavedVariables: VUHDO_DEFAULT_LAYOUT, VUHDO_DEFAULT_PROFILE, VUHDO_PROFILES, VUHDO_MANUAL_ROLES, VUHDO_SPELL_LAYOUTS, VUHDO_USER_CLASS_COLORS, VUHDO_DEBUFF_BLACKLIST, VUHDO_BOUQUETS, VUHDO_COMBAT_LOG_TRACE, VUHDO_GLOBAL_CONFIG, VUHDO_DEBUG
diff --git a/VuhDoOptions/VuhDoNewOptionsDebuffsStandard.lua b/VuhDoOptions/VuhDoNewOptionsDebuffsStandard.lua
index 27d3688c06ccce7fcd7f2017e0cba60f6a425f8f..84b0229893479eb04714c9e241261eddff6c47cc 100644
--- a/VuhDoOptions/VuhDoNewOptionsDebuffsStandard.lua
+++ b/VuhDoOptions/VuhDoNewOptionsDebuffsStandard.lua
@@ -57,7 +57,7 @@ function VUHDO_deleteDebuffIgnoreClicked(aButton)
 		if (VUHDO_DEBUFF_BLACKLIST[strtrim(tText)]) then
 			VUHDO_DEBUFF_BLACKLIST[strtrim(tText)] = nil;
 		else
-			local tSpellId = string.match(tText, [[([^\]\[]+)]]);
+			local tSpellId = string.match(tText, '([^%]%[]+)');
 
 			if (tSpellId ~= nil and VUHDO_DEBUFF_BLACKLIST[tSpellId]) then
 				VUHDO_DEBUFF_BLACKLIST[tSpellId] = nil;
diff --git a/VuhDoOptions/VuhDoOptions.toc b/VuhDoOptions/VuhDoOptions.toc
index 7e12a60b91ba8da73d24cbd82474f79489d6b701..419a360c694a5d8cd5dd057673cd5e5a481964fa 100644
--- a/VuhDoOptions/VuhDoOptions.toc
+++ b/VuhDoOptions/VuhDoOptions.toc
@@ -1,7 +1,7 @@
 ## Interface: 11302
 ## Title: VuhDo ['vu:du:] - Options
 ## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
-## Version: 3.107-classic
+## Version: 3.108-classic
 ## Notes: VuhDo Options
 ## SavedVariables: VUHDO_OPTIONS_SETTINGS
 ## SavedVariablesPerCharacter: VUHDO_GLOBAL_ICONS, VUHDO_GI_SCAN_IDX
diff --git a/changelog.txt b/changelog.txt
index c79054d3309edca34707b2eeea5b4ec8a940c0d2..3188b7886b7c09c94daaf379f18e0cc30c50a3f2 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,47 @@
+Version 3.108-classic
+  
+  
+Known issues:  
+-- Spells by rank can be specified using a rank suffix:  
+--  Example: Lesser Heal(Rank 1)  
+-- Buff Watch is not currently working (missing many spells)  
+-- Debuff tooltips are currently bugged when using ElvUI  
+--   Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'    
+-- Shield bar is not working due to unavailable Blizzard APIs  
+-- Threat is not working due to unavailable Blizzard APIs  
+-- Spell trace only works for known spells in the player's spellbook
+  
+  
+Bugfixes:  
+-- Fix deletiion of debuff blacklist entries added by spell ID  
+  
+  
+Improvements:  
+  
+  
+--------------------------------------------------------------    
+Version 3.108  
+  
+  
+Known issues:  
+-- BfA stat squish cleanup still a work in progress  
+--   AOE Advice spell equations need complete overhaul  
+--   Some text providers need changes to better display small numbers  
+-- Debuff tooltips are currently bugged when using ElvUI  
+--   Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'  
+-- In 8.2.0 Blizzard removed the ability to play sounds by file path  
+--   If you have LibSharedMedia installed make sure it is up to date  
+--   You may need to reselect your sound options in VuhDo for debuffs  
+  
+  
+Bugfixes:  
+-- Fix deletiion of debuff blacklist entries added by spell ID  
+  
+  
+Improvements:  
+  
+  
+--------------------------------------------------------------    
 Version 3.107-classic