Skip to content

Commit

Permalink
Merge pull request #20 from Fullscreen/version_0_1_3
Browse files Browse the repository at this point in the history
Updated changelog for version 0.1.3
  • Loading branch information
claudiofullscreen authored Jul 20, 2017
2 parents d4b1ebe + 55d165c commit 2c13f07
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.1.3 - 2017/07/20

* [BUGFIX] Fixed `require` statement not loading for some classes.
* [BUGFIX] Fixed typo (it's client_secret, not client_id)

## 0.1.2 - 2017/07/11

* [ENHANCEMENT] `Fb::Page#insights` now takes a hash of options on method call.
Expand Down
2 changes: 1 addition & 1 deletion lib/fb/auth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module Fb
class Auth
# @return [String] the SemVer-compatible gem version.
# @see http://semver.org
VERSION = "0.1.2"
VERSION = "0.1.3"
end
end

0 comments on commit 2c13f07

Please sign in to comment.