From 1b2c878bde914bc6b79604d105e06d5e582c4346 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 26 Aug 2026 13:36:17 -0400 Subject: [PATCH] [release] Bump to version 68.5 - Fix badge bug in sentiment analysis --- CHANGELOG.org | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index ec3d4cb..45cd49c 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,5 +1,11 @@ #+title: CHANGELOG +* Version 68.5 [1/1] +** DONE [#B] Fix badge bug in sentiment analysis :sentiment:ui:templates: +:PROPERTIES: +:ID: e298c292-c677-631b-0211-d15e6af02694 +:END: + * Version 68.4 [1/1] ** DONE [#B] Fix bug in notes where nested markdown lists are not supported :notes:markdown:scrobbles: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 1700488..da8480b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "68.4" +version = "68.5" description = "" authors = ["Colin Powell "]