mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
prep next release notes
This commit is contained in:
parent
54250c894e
commit
2ef42e59ba
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
## 4.0.0 (Unreleased)
|
||||
|
||||
Changes:
|
||||
|
||||
- drop support for Ruby 1.8 (@mkdynamic)
|
||||
- switch to versioned FB APIs, currently using v2.6 (#245, @printercu, @mkdynamic)
|
||||
- remove deprecated :nickname field from README example (#223, @abelorian)
|
||||
- add Ruby 2.2 and 2.3 to CI (#225, @tricknotes, @mkdynamic)
|
||||
- update example app (@mkynamic)
|
||||
|
||||
## 3.0.0 (2015-10-26)
|
||||
|
||||
Changes:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module OmniAuth
|
||||
module Facebook
|
||||
VERSION = "3.0.0"
|
||||
VERSION = "4.0.0"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue