Skip to content

Commit

Permalink
prep next release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkdynamic committed Jun 27, 2016
1 parent 54250c8 commit 2ef42e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/facebook/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Facebook
VERSION = "3.0.0"
VERSION = "4.0.0"
end
end

0 comments on commit 2ef42e5

Please sign in to comment.