diff --git a/briar_wrapper/models/contacts.py b/briar_wrapper/models/contacts.py
index 32be56022eb64cfaf677c6ecd7f78fae0b3de6a6..763024e308044ed55db25481e4a081ded0b49126 100644
--- a/briar_wrapper/models/contacts.py
+++ b/briar_wrapper/models/contacts.py
@@ -45,6 +45,8 @@ class Contacts(Model):
 
         [Upstream documentation](https://code.briarproject.org/briar/briar/-/blob/master/briar-headless/README.md#changing-alias-of-a-contact)
 
+        .. versionadded:: 0.0.5
+        .. versionchanged:: 0.0.6
         """
         url = urljoin(BASE_HTTP_URL, self._API_ENDPOINT + f"{str(contact_id)}/alias")
         _put(url, headers=self._headers, json={"alias": alias})