diff options
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d76bd27..b0c3246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## [6.2.0] - 2015-11=18 +###Added +- Added support for using the Web API v3 endpoints. +- Implemented the api_keys endpoint [GET, POST, PATCH, DELETE] + ## [6.1.0] - 2015-4-27 ###Added - Added support for sending via API keys in addition to credentials. Pass an API Key string to the Web transport constructor. |