diff --git a/plugins/acousticbrainz_tonal-rhythm/acousticbrainz_tonal-rhythm.py b/plugins/acousticbrainz_tonal-rhythm/acousticbrainz_tonal-rhythm.py
index 888d7d48..174c8c9f 100644
--- a/plugins/acousticbrainz_tonal-rhythm/acousticbrainz_tonal-rhythm.py
+++ b/plugins/acousticbrainz_tonal-rhythm/acousticbrainz_tonal-rhythm.py
@@ -24,10 +24,12 @@
Beats Per Minute (BPM)
from the AcousticBrainz database.
+This plugin is deprecated, please consider using the AcousticBrainz Tags
+plugin instead.
'''
PLUGIN_LICENSE = "GPL-2.0-or-later"
PLUGIN_LICENSE_URL = "https://www.gnu.org/licenses/gpl-2.0.txt"
-PLUGIN_VERSION = '1.1.4'
+PLUGIN_VERSION = '1.1.5'
PLUGIN_API_VERSIONS = ["2.0"] # Requires support for TKEY which is in 1.4
from json import JSONDecodeError