Skip to content

Commit

Permalink
Bump pexels to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvandersluis committed Apr 12, 2021
1 parent 2b17807 commit 9d255a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 0.2.0
* Fixed incorrect URL for collections endpoints.
* Added pagination methods `next_page` and `prev_page` to `PaginatedResponse`.
* Added `total_pages` to `PaginatedResponse`.
* Extracted `Request` and `Response` objects for reusability.
* Added `Pexels/Ruby` `User-Agent` header to requests.

## 0.1.0
* Add support for returning collections belonging to the API user.
* Add support for returning media from a collection.
Expand Down
2 changes: 1 addition & 1 deletion lib/pexels/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pexels
VERSION = '0.1.0'
VERSION = '0.2.0'
end

0 comments on commit 9d255a0

Please sign in to comment.