Skip to content

Commit

Permalink
Merge pull request #98 from Fullscreen/app_access_token_by_get
Browse files Browse the repository at this point in the history
Bump version 0.2.29
  • Loading branch information
kangkyu committed Oct 16, 2017
2 parents 1fe599e + 07ea40e commit a2a4c70
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.29 - 2017/10/16

* [ENHANCEMENT] Use request to get app access token. Do not use
`app_id|app_secret` string.

## 0.2.28 - 2017/10/05

* [FEATURE] Add `since` option when it calls Page#videos and Page#posts to reduce
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.28"
VERSION = "0.2.29"
end

0 comments on commit a2a4c70

Please sign in to comment.