Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
- Automatically detect the correct Onfido API region to use based
on the provided API key (#49) (@tpinto)
  • Loading branch information
Tim Rogers committed Apr 18, 2018
1 parent c5e4109 commit 339154f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.11.0, 18 April 2018

- Automatically detect the correct Onfido API region to use based on the provided API
key (#49) (@tpinto)

## v0.10.0, 3 April 2018

- Add support for download, find and retrieve all for live_photo resource (@kirsis)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This gem supports both `v1` and `v2` of the Onfido API. Refer to Onfido's [API d
Add this line to your application's Gemfile:

```ruby
gem 'onfido', '~> 0.10.0'
gem 'onfido', '~> 0.11.0'
```

The gem is compatible with Ruby 2.2.0 and onwards. Earlier versions of Ruby have [reached end-of-life](https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended/), are no longer supported and no longer receive security fixes.
Expand Down
2 changes: 1 addition & 1 deletion lib/onfido/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Onfido
VERSION = '0.10.0'.freeze
VERSION = '0.11.0'.freeze
end

0 comments on commit 339154f

Please sign in to comment.