mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
prep for release
This commit is contained in:
parent
86d5c2c5be
commit
138cd15317
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
## 2.0.0 (2014-08-07)
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
|
||||||
|
- bump omniauth-oauth2 dependency which addresses CVE-2012-6134 (#162, @linedotstar)
|
||||||
|
|
||||||
## 1.6.0 (2014-01-13)
|
## 1.6.0 (2014-01-13)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module OmniAuth
|
module OmniAuth
|
||||||
module Facebook
|
module Facebook
|
||||||
VERSION = "2.0.0.pre1"
|
VERSION = "2.0.0"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue