Skip to content

Commit

Permalink
version bump to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jul 25, 2015
1 parent 7d4551e commit 0040101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## v0.7 (July 25, 2015)
## v.1.0 (July 25, 2015)

[onmiauth-orcid 0.7](https://github.com/lagotto/lagotto/releases/tag/v0.7) was released on July 25, 2015 with the following changes:
[onmiauth-orcid 1.0](https://github.com/lagotto/lagotto/releases/tag/v.1.0) was released on July 25, 2015 with the following changes:

* changed default scope to `authenticate`, and use the public API `https://pub.orcid.org` by default. These settings work for non-members.
* added `name` and `email` to the `info` hash returned by omniauth (`email` will be empty in almost all cases)
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/orcid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Orcid
VERSION = "0.6"
VERSION = "1.0"
end
end

0 comments on commit 0040101

Please sign in to comment.