diff --git a/CMakeLists.txt b/CMakeLists.txt index 6051ae6..ecbe745 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.6) project (mastodon-cpp - VERSION 0.18.10 + VERSION 0.19.0 LANGUAGES CXX ) diff --git a/README.md b/README.md index e725c43..c7f6aee 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Run `make package` from the build directory to generate a tar.gz archive. # Status of implementation -Feature complete as of Mastodon 2.4.1 +Feature complete as of Mastodon 2.6.1 * [x] GET /api/v1/accounts/:id * [x] GET /api/v1/accounts/verify_credentials @@ -199,6 +199,9 @@ Feature complete as of Mastodon 2.4.1 * [x] GET /api/v1/domain_blocks * [x] POST /api/v1/domain_blocks * [x] DELETE /api/v1/domain_blocks + * [x] GET /api/v1/endorsements + * [x] POST /api/v1/accounts/:id/pin + * [x] POST /api/v1/accounts/:id/unpin * [x] GET /api/v1/favourites * [x] GET /api/v1/follow_requests * [x] POST /api/v1/follow_requests/:id/authorize