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 "]