Skip to content

Commit 3ab58cc

Browse files
committed
[ci skip] update CHANGELOG, bump version
1 parent 7afd94e commit 3ab58cc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ For more information about changelogs, check
66
[Keep a Changelog](http://keepachangelog.com) and
77
[Vandamme](http://tech-angels.github.io/vandamme).
88

9+
## 0.2.28 - 2017/10/05
10+
11+
* [FEATURE] Add `since` option when it calls Page#videos and Page#posts to reduce
12+
amount of requests when it gets only recent items.
13+
914
## 0.2.27 - 2017/08/28
1015

1116
* [BUGFIX] Fetch the correct view count even for non-English pages

lib/funky/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Funky
2-
VERSION = "0.2.27"
2+
VERSION = "0.2.28"
33
end

0 commit comments

Comments
 (0)