Skip to content

Commit

Permalink
v2.0.4 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Ursenbach committed Apr 24, 2018
1 parent 485109f commit bba82a4
Showing 1 changed file with 5 additions and 0 deletions.
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.4] - 2018-04-24
### Added
- Support for passing your own `Authorization` header on API requests. ([#166](https://github.com/vimeo/vimeo.php/pull/166))

## [2.0.3] - 2018-04-02
### Changed
- Uploads no longer make a pre-emptive request to check the user's quota. This check is done automatically when making a POST to `/me/videos`. ([#163](https://github.com/vimeo/vimeo.php/pull/163))
Expand Down Expand Up @@ -79,6 +83,7 @@
### Added
- This is the Vimeo library for version 3 of the Vimeo API.

[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
[2.0.1]: https://github.com/vimeo/vimeo.php/compare/2.0.0...2.0.1
Expand Down

0 comments on commit bba82a4

Please sign in to comment.