Skip to content

Commit

Permalink
3.0.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Ursenbach committed Dec 18, 2018
1 parent ca79509 commit 7013418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [3.0.2] - 2018-12-18
### Fixed
- Locking our `ankitpokhrel/tus-php` at v0.1.0 instead of a specific commit. ([#189](https://github.com/vimeo/vimeo.php/issues/189))

## [3.0.1] - 2018-11-19
### Changed
Expand Down Expand Up @@ -101,6 +104,7 @@
### Added
- This is the Vimeo library for version 3 of the Vimeo API.

[3.0.2]: https://github.com/vimeo/vimeo.php/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/vimeo/vimeo.php/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/vimeo/vimeo.php/compare/2.0.5...3.0.0
[2.0.5]: https://github.com/vimeo/vimeo.php/compare/2.0.4...2.0.5
Expand Down
2 changes: 1 addition & 1 deletion src/Vimeo/Vimeo.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 3.0.1; (http://developer.vimeo.com/api/docs)';
const USER_AGENT = 'vimeo.php 3.0.2; (http://developer.vimeo.com/api/docs)';
const CERTIFICATE_PATH = '/certificates/vimeo-api.pem';

/** @var array */
Expand Down

0 comments on commit 7013418

Please sign in to comment.