Codebase list ruby-omniauth-facebook / 2ef42e5
prep next release notes Mark Dodwell 7 years ago
2 changed file(s) with 11 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 ## 4.0.0 (Unreleased)
1
2 Changes:
3
4 - drop support for Ruby 1.8 (@mkdynamic)
5 - switch to versioned FB APIs, currently using v2.6 (#245, @printercu, @mkdynamic)
6 - remove deprecated :nickname field from README example (#223, @abelorian)
7 - add Ruby 2.2 and 2.3 to CI (#225, @tricknotes, @mkdynamic)
8 - update example app (@mkynamic)
9
010 ## 3.0.0 (2015-10-26)
111
212 Changes:
00 module OmniAuth
11 module Facebook
2 VERSION = "3.0.0"
2 VERSION = "4.0.0"
33 end
44 end