From e3d8c6e49cbe7de3b10ac769bfb740d4c04e8296 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 4 Aug 2016 08:29:00 -0600 Subject: [PATCH] version: bump to 0.15.0, changelog entry --- README.md | 4 ++-- lib/fullcontact/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27eccef..c4dc926 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ A Ruby wrapper for the [FullContact API](http://www.fullcontact.com/) Changes ------- -- 0.14.0 - - Remove `plissken` gem to support Rails 5 (#42) +- 0.15.0 - Add header-based auth via `config.auth_type = :header` control. +- 0.14.0 - Remove `plissken` gem to support Rails 5 (#42) - 0.13.0 - Raise `ArgumentError` if query by Facebook ID/username is used. - Remove deprecated messages. diff --git a/lib/fullcontact/version.rb b/lib/fullcontact/version.rb index d27a3c1..bf0aabc 100644 --- a/lib/fullcontact/version.rb +++ b/lib/fullcontact/version.rb @@ -1,3 +1,3 @@ module FullContact - VERSION = '0.14.0' + VERSION = '0.15.0' end