Skip to content

Commit 24bc5ba

Browse files
committed
bump version 0.2.31
1 parent 39c183d commit 24bc5ba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.31 - 2017/10/25
10+
11+
* [BUGFIX] Revert the change of version 0.2.29 and do not use request to get app
12+
access token.
13+
* [ENHANCEMENT] Allow funky to scrape view count for more videos, by changing
14+
the way how to scrape.
15+
916
## 0.2.30 - 2017/10/16
1017

1118
* [BUGFIX] Test should pass when call Page#videos. Partly revert the change

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.30"
2+
VERSION = "0.2.31"
33
end

0 commit comments

Comments
 (0)