Skip to content

Commit

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

## 0.2.1
* Added `type`, `photo?` and `video?` helper methods to `Photo` and `Video` classes.

## 0.2.0
* Fixed incorrect URL for collections endpoints.
* Added pagination methods `next_page` and `prev_page` to `PaginatedResponse`.
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.2.0'
VERSION = '0.2.1'
end

0 comments on commit 27dbb4d

Please sign in to comment.