From 4779af4ab3c11bf7f0ac2fde1b9bae0a1e26e05f Mon Sep 17 00:00:00 2001 From: halcy Date: Fri, 14 Feb 2025 01:36:08 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 58c6d55..5223fed 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,7 @@ v2.0.0 (IN PROGRESS) * Added support for 4.3.0 `accounts` endpoint (Thanks AlexKalopsia) * Fix version parsing for GoToSocial (Thanks gmemstr) * Updated docs to reflect the fact that startign with 4.4.0, the password grant type is no longer supported. +* Added support for following tags (`followed_tags`, `tag_follow`, `tag_unfollow`, `tag`) v1.8.1 ------