Skip to content

Commit a2a4c70

Browse files
authored
Merge pull request #98 from Fullscreen/app_access_token_by_get
Bump version 0.2.29
2 parents 1fe599e + 07ea40e commit a2a4c70

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.29 - 2017/10/16
10+
11+
* [ENHANCEMENT] Use request to get app access token. Do not use
12+
`app_id|app_secret` string.
13+
914
## 0.2.28 - 2017/10/05
1015

1116
* [FEATURE] Add `since` option when it calls Page#videos and Page#posts to reduce

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

0 commit comments

Comments
 (0)