diff --git a/CHANGELOG.md b/CHANGELOG.md index 49fdebd..8c0225d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.11 +- Added more examples to `examples` directory. +- Fixed `follow` and `unfollow` routes. +- Updated `moved` field to be `Box`. + # 0.10 - Added the ability to handle paged entities like favourites and such.(Only favourites in prerelease) diff --git a/Cargo.toml b/Cargo.toml index 060a105..18b733e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mammut" -version = "0.10.1" +version = "0.11.0" description = "A wrapper around the Mastodon API." authors = ["Aaron Power "]