Skip to content

Commit

Permalink
2.0.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Ursenbach committed Aug 27, 2018
1 parent 4167aeb commit fe9b1aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.0.5] - 2018-04-27
### Changed
- Updating the user agent version string to match the library version.

## [2.0.4] - 2018-04-24
### Added
- Support for passing your own `Authorization` header on API requests. ([#166](https://github.com/vimeo/vimeo.php/pull/166))
Expand Down Expand Up @@ -83,6 +87,7 @@
### Added
- This is the Vimeo library for version 3 of the Vimeo API.

[2.0.5]: https://github.com/vimeo/vimeo.php/compare/2.0.4...2.0.5
[2.0.4]: https://github.com/vimeo/vimeo.php/compare/2.0.3...2.0.4
[2.0.3]: https://github.com/vimeo/vimeo.php/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/vimeo/vimeo.php/compare/2.0.1...2.0.2
Expand Down
2 changes: 1 addition & 1 deletion src/Vimeo/Vimeo.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Vimeo
const CLIENT_CREDENTIALS_TOKEN_ENDPOINT = '/oauth/authorize/client';
const VERSIONS_ENDPOINT = '/versions';
const VERSION_STRING = 'application/vnd.vimeo.*+json; version=3.4';
const USER_AGENT = 'vimeo.php 2.0.3; (http://developer.vimeo.com/api/docs)';
const USER_AGENT = 'vimeo.php 2.0.5; (http://developer.vimeo.com/api/docs)';
const CERTIFICATE_PATH = '/certificates/vimeo-api.pem';

protected $_curl_opts = array();
Expand Down

0 comments on commit fe9b1aa

Please sign in to comment.