Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Commit

Permalink
version: bump to 0.15.0, changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Xorlev committed Aug 4, 2016
1 parent c9ec821 commit e3d8c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/fullcontact/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FullContact
VERSION = '0.14.0'
VERSION = '0.15.0'
end

1 comment on commit e3d8c6e

@vladimir-konnov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please update the dependency of the faraday gem as well? I'm using faraday 0.10.0 and you have ~> 0.9.0, so the bundler cannot install the latest 0.15.0 version of your gem because I have faraday 0.10.0.
Or it is ~> 0.9.0 on purpose (because of some APIs for instance)?

Please sign in to comment.