From fd37514a12c9765a08aaa174ef7cfd51cda9d26d Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Wed, 20 Aug 2025 15:29:25 +0300 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 960855a..7b32b25 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,10 @@ A note on versioning: This librarys major version will grow with the APIs version number. Breaking changes will be indicated by a change in the minor (or major) version number, and will generally be avoided. +v2.1.2 +------- +* Fix broken login when instance_v2 is present but has no api_versions attribute, such as on e.g. GoToSocial. (Thank you @bfordham for the report and fix!) + v2.1.1 ------ * Fixed return type and docs for `account_set_note`.