Skip to content

Commit

Permalink
Merge pull request #96 from Fullscreen/add-since
Browse files Browse the repository at this point in the history
[ci skip] bump version
  • Loading branch information
kangkyu committed Oct 5, 2017
2 parents 8769aa6 + 3ab58cc commit 6294e76
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
Expand Up @@ -6,6 +6,11 @@ For more information about changelogs, check
[Keep a Changelog](http://keepachangelog.com) and
[Vandamme](http://tech-angels.github.io/vandamme).

## 0.2.28 - 2017/10/05

* [FEATURE] Add `since` option when it calls Page#videos and Page#posts to reduce
amount of requests when it gets only recent items.

## 0.2.27 - 2017/08/28

* [BUGFIX] Fetch the correct view count even for non-English pages
Expand Down
2 changes: 1 addition & 1 deletion lib/funky/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Funky
VERSION = "0.2.27"
VERSION = "0.2.28"
end

0 comments on commit 6294e76

Please sign in to comment.