From 55d165ce4e8c26f912856c1308c96b240b31b3b7 Mon Sep 17 00:00:00 2001 From: Aaron Dao Date: Thu, 20 Jul 2017 16:11:59 -0700 Subject: [PATCH] Updated changelog for version 0.1.3 --- CHANGELOG.md | 5 +++++ lib/fb/auth/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb6d96..f5cbeeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/fb/auth/version.rb b/lib/fb/auth/version.rb index b9108dd..f6c88d1 100644 --- a/lib/fb/auth/version.rb +++ b/lib/fb/auth/version.rb @@ -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