From 00401014819848c6fb0d17548016a7ad96be6f8d Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sat, 25 Jul 2015 18:15:19 +0200 Subject: [PATCH] version bump to 1.0 --- CHANGELOG.md | 4 ++-- lib/omniauth/orcid/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b7768..30214bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/omniauth/orcid/version.rb b/lib/omniauth/orcid/version.rb index 054913a..89135bd 100644 --- a/lib/omniauth/orcid/version.rb +++ b/lib/omniauth/orcid/version.rb @@ -1,5 +1,5 @@ module OmniAuth module Orcid - VERSION = "0.6" + VERSION = "1.0" end end