From d8b039953436124bf0da0ede99bbec6e5a2060a1 Mon Sep 17 00:00:00 2001 From: Milton Mazzarri Date: Tue, 19 Mar 2019 11:11:41 -0500 Subject: [PATCH] Prepare changelog for next release --- CHANGELOG.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1acba4e..644f88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,24 @@ # Changelog -## Unreleased - * Updates - - Upgrade to `httpoison ~> 1.4` +## v0.5.0 + * Features - - Allow HTTPClient to get use HTTPoison [HTTP options](https://hexdocs.pm/httpoison/HTTPoison.Request.html) from configuration + - Add Emoji entity, add new fields on Account entity + - Fix upload_media + - Updated some dependencies + - Include new attributes in some Entities + - Improve exception handling + - Move `reblogged_by` and `favourited_by` to Account module + - Update endpoints according to recent docs + - Fix `create_status` and `relationships` endpoints + - Refactor HTTP Client + - Set default values for API base url and home + - Fix some specs + * Documentation + - Hide internal details from docs + - Fix link to server-sent events docs + - Add more examples in the docs ## v0.4.0