From 65e0ad1ad353a2aa4770dc056966d666da5114bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 31 May 2019 14:20:40 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 224bb69..1eb72b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Pillar Python SDK changelog =========================== +## Version 1.10 (2019-05-31) + +- Added `User.patch()`. This is used to set the user's username. +- Deprecated the use of Gravatar in favour of Pillar-hosted avatars. + + ## Version 1.9 (2019-05-28) - Updated the dependencies to current versions.